#contactform  {
   color: #000000;
   background-color: Ivory;
   font: 12px Tahoma, Arial, Helvetica, sans-serif;
	padding: 3px;
}

#contactform p {
   text-align: justify;	
}

#contactform p.error {
   color: #FF0000;
   font-weight: bolder;
}


#contactform a:link	{ color: #0000FF; background: transparent; text-decoration: underline;}

#contactform a:visited	{ color: #0000FF; background: transparent; text-decoration: underline;}

#contactform a:hover	{ color: #0000FF; background: transparent; text-decoration: none;}

#contactform a:active	{ color: #0000FF; background: transparent; text-decoration: underline;}

#contactform h2 {
   color: White;
   background-color: #0071BC;
   letter-spacing: 2px;
   padding: 2px;
}

#contactform hr {
   color: #000000;
   background-color: #000000;
   height: 1px;
	border: none;
}




