A.visited { color: yellow;}
A.link { color: white; }


ADDRESS {
  font-size : 80%;
  color : #999999;
  background-color: white;
}

BODY {
  color : black;
  background-color: #AFA14B;
  background-position : 100%;
  font-family:"Trebuchet MS",sans-serif;
}

BODY.thumb {
  color: black;
  background-color: #AFA14B;
  font-family:"Trebuchet MS",sans-serif;
  font-size: 18pt;
}
A.thumb:visited { color: yellow; }
A.thumb:link { color: blue; }

BODY.left-nav {
  color: black;
  background-position: top;
  background-attachment: fixed;
  background-image: url("pics/catlist.jpg");
  background-repeat: no-repeat;
  font-family:"Trebuchet MS",sans-serif;
  font-size: 10pt;
}

BODY.top-nav {
  color: white;
//  background-position: top;
//  background-position: left;
//  background-image: url("pics/logoback_01.gif");
  background-color: #AFA14B;
//  background-repeat: no-repeat;
  font-family:"Trebuchet MS",sans-serif;
}
A.top-nav:visited { color: yellow; }
A.top-nav:link { color: white; }

IMG.topnav {
padding: 0;
}


BODY.top-left {
  color: white;
  background-position: top;
  background-position: left;
  background-image: url("pics/top-left.jpg");
  background-color: #748795;
  background-repeat: no-repeat;
  font-family:"Trebuchet MS",sans-serif;
}

DIV.box {
  padding: 0.5em;
  border: thin green solid;
}

DIV.marinemap {
  background-color: #547a54;
  color: white;
}
A.marinemap:visited { color: yellow; }
A.marinemap:link { color: white; }


DIV.aboutimage {
  padding: 0.5em;
  float: bottom;
  border: thin green solid;

  text-align: left;
  font-size: smaller;
}
A.aboutimage:visited { color: yellow; }
A.aboutimage:link { color: white; }

DIV.comments {
  float: top;
  border: thin green solid;

  font-size: smaller;
  padding: 0.5em;
}
A.comments:visited { color: yellow; }
A.comments:link { color: white; }

DIV.pics {
  border: thin black solid;
  padding: 0.5em;
  margin: 0.5em;
}

H1 {
  font-family:"Trebuchet MS",sans-serif;
  font-size : 300%;
}		
LI {
  list-style-type : disc;
  font-family:"Trebuchet MS",sans-serif;
  font-size: 10pt;
  }

DL {
  list-style-type : disc;
  font-family:"Trebuchet MS",sans-serif;
  font-size: 10pt;
  }

P {

  font-family:"Trebuchet MS",sans-serif;
  font-size: 10pt;
}

P.caption {
  font-family:"Trebuchet MS",sans-serif;
  font-size : 90%;
  color : #FFFFFF;
}
P.nav {
  font-size: 70%;
}
P.otherstuff {
  font-size: 60%;
}
PRE {
  font-family: courier,sans-serif;	
}

