BODY {
  background-color: #bbbbf8; 
  color: #284848;  
}
A:link { color: #000099; font-weight: bold; font-size: small; text-decoration: none; }          /* unvisited link */
A:visited { color: #000099; font-weight: bold; font-size: small; text-decoration: none; }        /* visited links */
A:active { color: #000099; font-weight: bold; font-size: small; text-decoration: none; }        /* active links */
a:hover {color: #0088ff; font-weight: bold;}

