html {
  margin-bottom: 1px;
  min-height: 100%;
}

body { 
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	font-size: 80%;
	text-align: left;
  padding: 0px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 760px; 
}

p {margin: 10px 0 0 0;}

h2 {
  margin: 15px 0 0 0; 
  font-size: 1.1em; 
  font-weight: bold; 
}

.footer {text-align: center; font-size: 0.8em; margin-top: 5px;}

.welcome {
  margin: 15px 0 0 0;  
  font-size: 1.8em; 
  font-weight: bold;
  font-family: "gouda old style", serif;
  text-align: center;
  color: #727b84; 
  background-color: inherit;
}

hr {margin: 0 0 0 0; clear: both;}

.menu { 
  border-style: solid; 
  border-width: 1px; 
  border-color: #4b5258; 
  color: black; 
  background-color: #b7c5d6;
  padding: 3px 8px 3px 8px; 
  margin: 0 5px 0px 0px;
  font-size: 0.8em;
  font-weight: bold;
}

a.menulink:link {color: black; background-color: inherit; text-decoration: none;} 
a.menulink:visited {color: black; background-color: inherit; text-decoration: none;}
a.menulink:hover {color: #00f; background-color: inherit; text-decoration: none;}

a.hidden:link {color: #ffe5cc; background-color: inherit; text-decoration: none; cursor: default;}
a.hidden:visited {color: #ffe5cc;  background-color: inherit; text-decoration: none; cursor: default;}
a.hidden:active {color: #ffe5cc;  background-color: inherit; text-decoration: none; cursor: default;}
a.hidden:hover {color: #ffe5cc;  background-color: inherit; text-decoration: none; cursor: default;}

.links {margin-top: 7px; margin-left: -15px;}
