A { color: blue; 
font-family: Arial; 
font-weight: bold; 
font-size: 11pt; 
text-decoration: none; } 

A:hover { color: #bdb76b; 
font-size: 11pt; 
font-weight: bold; 
text-decoration: none; } 

a.monkeyman {background-color: none;
color: blue;
text-decoration: none}

a.monkeyman:hover {background-color: none;
color: #bdb76b;
text-decoration: none}

a.monkeyman2 {background-color: none;
color: blue;
text-decoration: none}

a.monkeyman2:hover {background-color: none;
color: #BB202E;
text-decoration: none}