BODY {  background: url(img/bckgr.jpg) #ccccff;}

TABLE {  font-family: "Trebuchet MS" "Arial";
  font-size: 10pt;
  font-weight: bold;
  color: #000080;
padding: 0px;
spacing: 5px}

H2 {   font-size: 16pt;
  color: #000080;}
H3 { color: #c00000;
  font-size: 12pt;}
H5 { color: #000080;}

.nav {   font-size: 10pt;
  color: "green";}

A:link {  color: #660000;
  text-decoration: none}
A:active {  font-weight: bold;}
A:visited {  color: #660000;
  text-decoration: none}
A:hover {  color: red;
  text-decoration: none}

A.nav:link {  text-decoration: none;
  color: "green";}
A.nav:active {  text-decoration: none;
  color: white;}
A.nav:visited {  text-decoration: none;
  color: "green";}
A.nav:hover {  color: "red";}