.topbar {
  background-color: #FF0000;
}

.tophome A:link { color : Blue;  text-decoration : none;  }
.tophome A:active  { color: Red; text-decoration : none; }
.tophome A:visited { color: Purple; text-decoration : none; }
.tophome A:hover   { color: #000099; text-decoration : none;  font-weight : bold;   }

.sidebar {
  background-color: #000099;
	color : White;
  }
.sidebar A:link { color : White;  text-decoration : none;  }
.sidebar A:active  { color: Red; text-decoration : none; }
.sidebar A:visited { color: White; text-decoration : none; }
.sidebar A:hover   { color: #FF0000; text-decoration : none;  font-weight : bold;   }
.sidebar .fish     {
   color: #ffffff;
   font-weight: 900;
   text-align: center;
   font-size: larger;
}

.topleft {
   background-color: #00ff99;}
  td.topleft A:link    { color: white; }
  td.topleft A:active  { color: red; }
  td.topleft A:visited { color: white; }
  td.topleft A:hover   { color: #000099; }

.topright {
   background-color: #66ccff;}
  td.topright A:link    { color: white; }
  td.topright A:active  { color: red; }
  td.topright A:visited { color: white; }
  td.topright A:hover   { color: #000099; }

.bottomleft {
   background-color: #cc0000;}
  td.bottomleft A:link    { color: white; }
  td.bottomleft A:active  { color: red; }
  td.bottomleft A:visited { color: white; }
  td.bottomleft A:hover   { color: #000099; }

.bottomright {
   background-color: #0033cc;}
  td.bottomright A:link    { color: white; }
  td.bottomright A:active  { color: red; }
  td.bottomright A:visited { color: white; }
  td.bottomright A:hover   { color: #000099; }
