body  { background-color: #fffcf1; color: #000000; font-size: 12px; font-weight: normal; font-family: Georgia, Times New Roman, Arial, Helvetica; }
td    { color: #000000; font-size: 12px; font-family: Georgia, Times New Roman, Arial, Helvetica; }

 			a:link  {
       				  text-decoration : none;
         			  color : #02428e;
        			  cursor : hand;
					    }

 			a:visited  {
         			   color : #062B5E;
         			   text-decoration : none;
         			   cursor : hand;
 					   }

 			a:hover  {
         			 color : #4784C3;
         			 text-decoration : none;
         			 cursor : hand;
 					 }

a:active  {
         			  color : #D38153;
         			  text-decoration : none;
         			  cursor : default;
 					  }

  h1 {
    font-size: 28px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, Times New Roman, Arial, Helvetica;
	color: #2d3d6e;
    text-align: left;
  }
