.topbar {
  background-color: #FFCC99;
}

.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: #000066; text-decoration : none;  font-weight : bold;   }

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

td.topleft, td.topleft a:link, td.topleft a:active, td.topleft a:active, td.topleft a:hover {
   background-color: #000000;}
 td.topleft A:link    { color: white; }
  td.topleft A:active  { color: red; }
  td.topleft A:visited { color: white; }
  td.topleft A:hover   { color: #66ccff; }

td.topright, td.topright a:link, td.topright a:active, td.topright a:visited, td.topright a:hover {
   background-color: #55cc55;}
  td.topright A:link    { color: white; }
  td.topright A:active  { color: red; }
  td.topright A:visited { color: white; }
  td.topright A:hover   { color: #000099; }

td.bottomleft, td.bottomleft a:link, td.bottomleft a:active, td.bottomleft a:visited, td.bottomleft a:hover {
   background-color: #cc00ff;}
  td.bottomleft A:link    { color: white; }
  td.bottomleft A:active  { color: red; }
  td.bottomleft A:visited { color: white; }
  td.bottomleft A:hover   { color: #55cc55; }

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