

body {

  margin-top:10px;
  margin-left:30px;
  margin-right:30px;
  background:#999999;
  font-size: 10pt;
  color:#9C9C9C;
	font-family:verdana;
}

#container {
  width: 100%;
  min-width:800px;
  max-width:2400px;
  background-color:#000000;
}

#title {
  width:100%;
  color: #9C9C9C;
  height:40px;
  padding:0px;
  background:#000000;
}

#menu {
  width:100%;
  height:21px;
  padding:0;
  background: #CFE2D1;
  text-align:left;
}

#content {
  font-size: 10pt;
  width:100%;
  min-height:425px;
  'margin-top:0px;
  margin-left:30px;
  margin-right:30px;
  top:0px;
  padding:0px;
  text-align:left;
  background:#000000;
}

#footer {
  width:100%;
  margin: 0;
  padding:0;
  height:27px;
  background:#000000;
  'color:#FFFFFF;
}

/*controls footer*/
  .footertable {font-size:7pt; color:#FFFFFF;} 

/* Misc junk */


  a.plain:link { color: blue; text-decoration: none }
  a.plain:active { color: blue; text-decoration: none }
  a.plain:visited { color: blue; text-decoration: none }
  a.plain:hover { color: blue; text-decoration: none }
  
  a.easy:link { color: #FFFF00; text-decoration: none }
  a.easy:active { color: #FFFF00; text-decoration: none }
  a.easy:visited { color: #FFFF00; text-decoration: none }
  a.easy:hover { color: #FFFF00; text-decoration: none }
  
  a.moderate:link { color: #0000FF; text-decoration: none }
  a.moderate:active { color: #0000FF; text-decoration: none }
  a.moderate:visited { color: #0000FF; text-decoration: none }
  a.moderate:hover { color: #0000FF; text-decoration: none }
  
  a.difficult:link { color: #FF0000; text-decoration: none }
  a.difficult:active { color: #FF0000; text-decoration: none }
  a.difficult:visited { color: #FF0000; text-decoration: none }
  a.difficult:hover { color: #FF0000; text-decoration: none }
  
  a.hard:link { color: #FF6203; text-decoration: none }
  a.hard:active { color: #FF6203; text-decoration: none }
  a.hard:visited { color: #FF6203; text-decoration: none }
  a.hard:hover { color: #FF6203; text-decoration: none }
  
  td.lewis {background:blue;}
  td.gina {background:white;}
  td.school {background:yellow;}
  td.none {background:none;}
  
  A:link {color: blue; text-decoration: none  }
  A:visited {color: blue; text-decoration: none }
  H1 {font-size: 24pt;}
  H2 {font-size: 18pt;}
  H3 {font size: 1pt;}
  
  .normal { 
    font-size: 10pt; 
    color:#9C9C9C;
    font-family:verdana;
  }
