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;
 background-color: #dddddd; 
 }
