h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-style: normal;
	color: #990000; 
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #00274F;
	
}

h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.5em; 
	font-style: normal;
	font-weight: normal;  
	color: #006600;
}

a{
	text-decoration: underline;
}

a:link{
	color: #990000;
}

a:active{color:#003366; text-decoration: none}
a:hover{text-decoration: none}
a:visited{color:#990000}

strong {
	color: #333300;
}

.formerror {
  	font-weight: bold;
 	color:#990000;
}




