a:link
 {
 text-decoration: none;
 color:#000080;
 font-family:"times new roman";
 font-size:16px
 }

a:visited
 {
 text-decoration: none;
 color:#000080;
 font-family:"times new roman";
 font-size:16px;
 }

a:hover
 {
 text-decoration: underline;
 font-family:"times new roman";
 color:red;
 font-size:16px;
 background-color: #dddddd; 
 }
 
table.center {margin-left:auto; margin-right:auto; width: 85%;}
 
td  
		  {
	      text-align: center;
		  font: Arial, Helvetica, sans-serif;
		  color: #3030c0;
		  height: 25px;
          }
