.topbar {
  background-color: #FF99FF;
}

.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: #FFFFFF;
  background-image : url(../pic/smile.gif);
	color : Black; }
   .sidebar A:link { color : Black;  text-decoration : none;  }
   .sidebar A:active  { color: Red; text-decoration : none; }
   .sidebar A:visited { color: Black; text-decoration : none; }
   .sidebar A:hover   { color: #FF00FF; text-decoration : none;  font-weight : bold;   }
.sidebar .fish     {
                        color: #ffffff;
                        font-weight: 900;
                        text-align: center;
                        font-size: larger;
}

.topleft {
   background-color: #66ff99;}
  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: #ff00ff;}
  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: #ffcccc;}
  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: #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; }
