a:link, a:visited, a:active {text-decoration: none;}

BODY { color: black; margin: 1px; font-family: verdana, arial, sans-serif; }
  A:link    { color: blue; }
  A:active  { color: red; }
  A:visited { color: green; }
  A:hover   { color: navy; }

.topleft { background: #FFCCCC; color: black; }
  td.topleft A:link    { color: blue; }
  td.topleft A:active  { color: red; }
  td.topleft A:visited { color: purple; }
  td.topleft A:hover   { color: red; }

.topright { background: #FFCCCC; color: black; }
  td.topright A:link    { color: blue; }
  td.topright A:active  { color: red; }
  td.topright A:visited { color: purple; }
  td.topright A:hover   { color: red; }


.main { background: white; color: Green; vertical-align: top; }
  td.main A:link    { color: blue; }
  td.main A:active  { color: red; }
  td.main A:visited { color: purple; }
  td.main A:hover   { color: red; }

.home { background: white; color: Green; vertical-align: top; }
  td.home A:link    { color: white; }
  td.home A:active  { color: red; }
  td.home A:visited { color: purple; }
  td.home A:hover   { color: red; }

.titles { font-family: arial, serif; font-size: x-large; }
  td.titles A:link    { color: white; }
  td.titles A:active  { color: red; }
  td.titles A:visited { color: white; }
  td.titles A:hover   { color: navy; }

H1 { color: black; font-size: large; text-align: center; }

H2 { color: black; font-size: medium; text-align: center; }

P { color: black; margin-left: 1px; font-size: small; text-align: justify; }

BLOCKQUOTE { color: black; font-size: small; text-align: justify; }

ADDRESS { font-size: x-small; font-style: normal; text-align: center; }

ADDRESS I { font-weight: bold; }

OL LI { color: red; margin-left: -10px; list-style-position: outside; }

UL LI { color: red; margin-left: -15px; list-style-position: outside; }

.fish { color: black; font-weight: 500; text-align: center; letter-spacing: -4px; }

H6 {
	text-align : center;
}

td.titles I A:link    { color: red;  }
td.titles I A:active  { color: red;  }
td.titles I A:visited { color: red;  }
td.titles I A:hover   { color: #feff33;  background-color: #000080;   }