  #links {position:fixed}
   
   body {background-color:slategray;overflow:hidden}
   
   #TITLE {
  	font-size:xx-large;
  	font-family:serif;
  	font-weight:bold;
  	text-align:center;
  	padding:10px 0 0 0;
   }
 
   #SUBTITLE {
  	font-size:x-large;
  	font-family:serif;
  	font-weight:bold;
  	text-align:center;
  	padding:0
   }
       
   ul.menu {list-style-type:none}
   
   li.menu {font-size:large;font-family:serif;font-weight:bold;padding-bottom:10px;}

   #header {position:fixed;left:20%;min-height:100px;}

   #menu {position:fixed;top:15%;width:20%;min-width:90px;}

  #main {
    position: fixed;
    width: auto;
    height: auto;
    top: 150px;
    right: 0;
    bottom: 0px;
    left: 17em;
    overflow:auto}	

   #span2 {margin-left: 60px}
 
A:active {
   color:black;
   text-decoration:none;
   font-style:normal
 }
A:link {
   color:black;
   text-decoration:none;
   font-style:normal
 }
A:visited {
   color:black;
   text-decoration:none;
   font-style:normal
 }   
 
 A.select {font-style:italic}
 
 td {text-align:center;vertical-align:middle;padding-right:20px;padding-bottom:20px}
 
 table {border:none; cellspacing:13px;padding:20px;overflow:auto}