
body {
	
	font-size: medium;	
	font-family: verdana, arial, sans-serif;
	margin-left: 10%;
	background-color:#ffffcc;	
	
}

* html body {
	font-size:x-small; /* for IE5/Win */
	f\ont-size: small; /* for all other IE versions */
}
html>body { /* be nice to Opera	*/
	font-size: small; }

#header  {
	padding:0% 0% 0% 3%; /* change bottom % to 0 if adding h2 */
}


h1 	{
	
	font-size: 250%;
	margin: 0;
	color:teal;
	
}


h2 {	font-size: 150%;
	margin: 0 0 -10px 0;
	padding:0;	
}

h3 	{	
	font-size: 125%;
	}

hr	{
	border: none;	
	background-color:teal;
	color:maroon;   /*for Mozilla */
	}
	

	
	
input.txt {
	color: #00008B;
	background-color: #E3F2F7;
	border: 1px inset #00008B;
	font: bold medium verdana,sans-serif;
	}
/*input.btn {
	color: #00008B;
	background-color:#ADD8E6;
	border: 1px outset #00008B;
}*/
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label{
	float: left;
	width: 15%;
	font: bold small verdana,sans-serif;
}
a:link {color:teal;
	/*text-decoration:none;*/
}

a:visited { 
	color: teal;
	/*text-decoration:none;*/
}
a:hover {
	color: maroon;
	/*text-decoration:none;*/
}
a:active { 
color: black;
	/*text-decoration:none;*/
}		
.footer {
	margin-left: 5%;

	text-align:center;
	border-top: 2px dotted maroon;
	line-height:1.5;
	
}
.bold {
	font-weight:bold;
		}