/*   http://jrcm.faithweb.com/css/wholenessspecific.css   */

.topbar {
  background-color: #FFCCCC;
}

.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: #990000; text-decoration : none; font-weight : bold; }

.sidebar {
  background-color: #990000;
  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: #FFCCCC; 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: #FFCC99;}
  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; }
