body { 
  background-color:  AliceBlue;
  repeat: 	     none;
  font-family:      "Times New Roman", Times, serif;
   margin:           0px;
 text-size:		105%;
}

#header {
  background-color: white;
  margin:           10px;
  height:           108px;

}

#main {
  background:      SteelBlue;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  font-size:	    12pt;
}


#wrap {
   position: relative;
   margin: 0 auto;
   padding: 0;
   text-align: left;
   width: 800px;
}
body {
text-align: center;
}
a:link {
  color:            darkblue;
  text-decoration:  none;
   border-bottom:    thin dotted darkblue;
  
}
a:visited {
  color:            darkblue;
  text-decoration:  none;
  border-bottom:    thin dotted darkblue;
}

h1 {
	font-size: 18pt;
	border-bottom:    thin dotted black;
}
h2 {
	font-size: 14pt;
}

a:hover {
	background: SteelBlue;
	color: #8b0000; 
}
#header1 {
  background-color: AliceBlue;
  margin:           10px;
  height:           30px;
  text-color:	    #af1914;
  border-bottom:    thin dotted #af1914;

}


