body {
	background-color: #FFF;
	font-family: courier new;
	color: #000;
	font-size: 12pt;
	}

h1 { 
	font-size: 24pt;
	font-weight: bold;
	border-width: 0 0 3px 0;
	border-color: #000;
	border-style: dashed;
	display: inline;
	}

p {
	width: 550px;
	text-align: left;
	} 

ol {
	width: 500px;
	text-align: left;
	}

textarea { 
	background-color: #FFF; 
    color: #000;
    border-style: solid; 
    border-color: #000; 
    font-family: courier new;
	font-size: 10pt; 
	display: block;
	margin-bottom: 15px;
	}

input {
	background-color: #FFF; 
    color: #000;
    border-style: solid; 
    border-color: #000; 
    font-family: courier new; 
    font-size: 24pt; 
	}

h2 { 
	font-size: 24pt;
	font-weight: bold;
	}

p.foot {
	font-size: 8pt;
	position: absolute;
	text-align: center;
	margin: 0px;
	left: 5%;
	width: 90%;
	bottom: 2px;
	}
	
p.foot span {
	font-size: 7pt;
	font-style: italic;
	}

a { 
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
	}