/* Anything that's a heading should be in our heading font */

H1 {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  clear: both; 
}

DT, .heading, H2, H3, H4, H5, H6 {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
}

 


/* The following try to address a problem in IE 3.0, it seems to have worked */

.content A:link {
  color: #000099; 
  }

.content A:visited {
  color: #990099; 
  }

.content A:active {
  color: #990000;
  }

/* end of test */

/* Location Bar */
.locbar {
  font-size: smaller;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  background-color: #006666;
  padding: 2px;
  color: white;
}

.locbar A:link, .locbar A {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}


.locbar A:visited {
  color: white;
  font-weight: bolder;
  text-decoration: none;
}
  
/* Top Bar */

.topbar {
  background-color: #006666;
  color: white;
}

.newsbox {
  padding: 3px;
  background-color: #CCDDDD;
}

/* Navigation table */

.navtable {
  background-color: #CCCC99;
}

.navbutton {
  background-color: #006666; 
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px; 
  color: white;
  border-top-color: #339999;
  border-left-color: #339999;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset;
}

/* additional selector of .content to resolve a problem in Netscape 4 */
.navbutton A:link, .content .navbutton A:link {
  text-decoration: none;
  color: white;
}

.navbutton A:visited {
  text-decoration: none;
  color: #999999;
}

.navhere {
  background-color: #CCDDDD; 
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px; 
  color: white;
  border-bottom-color: #99CCCC;
  border-right-color: #99CCCC;
  border-left-color: #EEFFFFF;
  border-top-color: #EEFFFF;
  border-width: thin;
  border-style: inset;
}

.navhere A:link {
  text-decoration: none;
  color: #333333;
}

.navhere A:visited {
  text-decoration: none;
  color: #333333;
}

/* Add some color to the horizontal rules */

HR {
  color: #006666;
}

.info {
  border: 5px solid #CCDDDD;
  padding: 3px;
  }



