#menu a, #menu a:visited {
  position: relative; 
  text-decoration: none; 
  text-align: center; 
  background-color: #9ab; 
  color: #000000; 
  display: block; 
  width: 10em; 
  border: 2px solid #fff;
  border-color: #def #678 #345 #cde;
  padding: 0.25em;
  margin: 0.25em;
  margin-left: .5em;
  font-family: arial, "lucida console", sans-serif;
  font-weight: bold;
  font-size: 12px; 
  }

#menu a:hover {
  top: 2px;
  left: 2px;
  color: #0000FF;
  border-color: #345 #cde #def #678;
  }

#dhs {
	width: 9.5em; 
	background-color: #FFFFFF; 
	border: 2px solid #0000FF;
  }

BODY {
	  background-image:url('Images/background.jpg');
      background-repeat: repeat-y; 
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-weight: normal;
      margin: 0px; 
      }

#main { 
      position: absolute; 
	  top: 15px;
	  left: 180px;
      width: 600px;
      }

#cal { 
      position: absolute; 
	  top: 15px;
	  left: 180px;
      width: 700px;
      }

p {
font-size: 13px
  }

br {
font-size: 13px
  }
  
ul {
font-size: 13px
  }

h1 {
font-size: 28px;
color: #0000FF;
font-weight: bold;
margin-top: 15px;
margin-bottom: 3px;
}

h2 {
font-size: 20px;
color: #000000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 10px;
} 

h3 {
font-size: 16px;
color: #000000;
font-weight: bold;
margin-top: 10px;
margin-bottom: 5px;
} 

.new
{
   text-align:left; 
   letter-spacing:.5em; 
   background:white; 
   color:darkblue;
   font:normal 15pt "Nueva Roman", "Lithos Regular"
}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
} 
