body {
    background-color: #eaeaea;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
    color: #2c6498;  
   

}

p {
	 font-family: Verdana, Geneva, sans-serif;
    color: #2c6498;  
	
}
h1 {
	font-family: Verdana, Geneva, sans-serif; 
    font-size:  13px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #2c6498;
}

a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: #045491;
  font-weight : bold;
  text-decoration : underline;
}

.error {
    color: red;

}

.optional {
    color: gray;

}

