a { 
 font-family:Arial; 
 text-decoration:none; 
 font-size:18px; 
 font-weight:bold 
} 
a:link { 
 color:#000080; 
} 
a:hover { 
 color:#008000; 
 text-decoration:underline 
} 
a:visited { 
  color:#000080; 
} 
a:active { 
 color:#FF0000;
 font-weight:bold 
}
