body  { background-color: #12355c; color: #ffffff; font-size: 12px; font-family: Georgia, Times New Roman, Arial, Helvetica; }
td  { background-color: #12355c; color: #ffffff; font-size: 12px; font-family: Georgia, Times New Roman, Arial, Helvetica; }

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

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

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

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