
body{
  margin: 0;
  padding: 0;
  border: 0;
  font: 12px Verdana, Arial sans-serif;
  height: 100%;
  width: 100%;
}

a {
text-decoration:none;
}

h1{
  color: gray;
  font: 20px Trebuchet MS, Verdana, Arial sans-serif;
  font-weight: bold;
  padding: 0px;
}

h2{
  color: gray;
  font: 16px Trebuchet MS, sans-serif;
  font-weight: bold;
}
h2 a {color: gray; font: Trebuchet MS; font-size: 16px; text-decoration: none} /* gallery links */
h2 a:visited {color: gray; text-decoration: none}
h2 a:hover {color: black; text-decoration: none}



h3{
  font: 17px Trebuchet MS, sans-serif;
  font-weight: normal;
}

h4{
  font: 12px Verdana, Arial sans-serif;
  font-weight: bold;
}


h6{
  font: 18px Verdana, Arial sans-serif;
  font-weight: bold;
  font-style: italic;
  margin-top: 8px;
}



.text{
  color: gray;
  font: 14px Trebuchet MS, sans-serif;
  font-weight: normal;
}
.text a {color: black; font: Trebuchet MS; font-size: 14px; text-decoration: none} /* links */
.text a:visited {color: black; text-decoration: none}
.text a:hover {color: black; text-decoration: none}

.menu{
  font: 14px Trebuchet MS, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: inline;
  list-style: none;
  padding: 0;
}
.menu a {color: gray; font: Trebuchet MS; font-size: 14px; text-decoration: none} /* links */
.menu a:visited {color: gray; text-decoration: none}
.menu a:hover {color: black; text-decoration: none}

.menu li{
  display: inline;
  margin-right: 40px;
}

.toptable {
  background-image:url('images/stripe.png');
  padding: 0;
  margin: 0;
  border: 0;
}


.footermenu{
  font: 12px Trebuchet MS, Verdana, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: inline;
  list-style: none;
  padding: 0;
}

.footermenu a {color: gray; font: Trebuchet MS, Verdana;  font-size: 12px; text-decoration: none} /* links */

.footermenu a:visited {color: gray; text-decoration: none}

.footermenu a:hover {color: black; text-decoration: none}

.footermenu li{
  display: inline;
  margin-right: 20px;
}


.toptext {color: white; font: Trebuchet MS, Verdana;  font-size: 12px; text-decoration: none; background-image:url('images/stripe.png');} /* text on home page */

.five {color: white; font: Trebuchet MS, Verdana;  font-size: 5px;} /* spaces */

