
A:link, A:visited, A:active, A:hover { 
  text-decoration: underline; 
  font-weight: 900; 
  font-family: arial;
  font-size: 110%
} 
A:link { 
  color: #003399;
  font-weight: bold; 
} 
A:visited { 
  color: #0000ff;
  font-weight: bold; 
} 
A:active { 
  color: #0000ff;
  font-weight: bold;
  background-color: #C8A249;
  text-decoration: none;  
} 
A:hover { 
  color: #003399;  
  background-color: #FBF155;
  font-weight: bold; 
}

