body {
  margin:10px 10px 10px 10px; 
  height: 100%;
  background: #ffffcc; 
  font-family: verdana, sans-serif; 
  font-size: 12;
  }

a:link { color: #993300; text-decoration: none; font-weight: bold;  font-family: verdana, sans-serif; font-size: 14 }
a:active { color: #006600; text-decoration: none; font-weight: bold; font-family: verdana, sans-serif; font-size: 14 }
a:visited { color: #993300; text-decoration: none; font-weight: bold; font-family: verdana, sans-serif; font-size: 14 }
a:hover { color: #006600; text-decoration: none; font-weight: bold; font-family: verdana, sans-serif; font-size: 14 }

li { style: circle }

p, td { font-family: verdana, sans-serif; font-size: 12 }

 hr {
  
  width: 80%;
  color: #993300; height: 5px
}

h2 { color: #993300; font-family: verdana, sans-serif; font-size: 16px;  position:absolute; left: 200px; top: 9px }

h3 {color: #993300; font-family: verdana, sans-serfi; font-size: 14px }

img.border {position:absolute; top:80px; left:100px;}

img.logo {position:absolute; top:10px; left:20px;}

img.regular { margin: 10px 20px 10px 20px; }

#header {
  position:absolute; 
  top:10; 
  left:10; 
  width:90%; 
  height:215px;  
  background:#ffffcc;
  letter-spacing: 0.1cm
	
  }

#contents {
  position:absolute; 
  top:225px;
  left:135px;
  width: 80%;
  padding: 10px;
  margin: 0px 20px 10px 20px
  right:0 
  overflow:auto; 
  background-color: #ffffcc;
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #006600;
  }

#nav {
  position:absolute;
  float:left;
  top:225px;
  margin: 10px 10px 10px 10px
  width: 135px; 
  background-color: #ffffcc;
  font-family: verdana, sans-serif;
  font-stretch: wider;
  font-size: 14px;
  font-weight: 800;
  }

  