body { 
  color: black;
	background: white;
	}
	
h1,h2,h3,h4,h5,p { 
  margin-top: 1em; 
  margin-bottom: 1em; 
	}
	
h1 { 
  font-size: 200%; 
  color: rgb(000, 102, 000); 
  font-family: Arial, Helvetica, sans-serif; 
	}
	
h2 { 
  font-size: 150%; 
	color: rgb(000, 102, 000); 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
h3 { 
  font-size: 110%; 
	font-family: Verdana, Arial, sans-serif; 
	color:blue; 
	}
	
h4 { 
  font-size: 100%; 
	font-family: Verdana, Arial, sans-serif; 
	color:red; 
	}
	
h5 { 
  font-size: 75%; 
	font-family: Arial, sans-serif; 
	color:black; 
	}

h6 { 
  font-size: 70%; 
	font-family: Arial, sans-serif; 
	color:black; 
	text-transform: uppercase; 
	}
	
p { 
  font-size: 100%; 
	font-family: Verdana, Arial, sans-serif; 
	color: black; 
	}

p.menu { 
  text-decoration: none;
	font-size:100%; 
	font-family: serif; 
	color: black; 
	}
	
pre { 
  font-family: monospace; 
	}
	
ul { 
  font-size:85%; 
  text-indent: 1em; 
	}
	
a:link {color: #0000FF; }
a:visited {color: #008000; }
a:active {color: #00CCFF; }
a:hover {color: #FF0000; }

#head { 
  position: absolute;
	top: 0px;
	left: 410px;
	right: -20px;
	height: 100px;
	border: 0;
	padding: 0;
	background-color: #99ff99;
	z-index: 1;
  }

#content {
  position: absolute;
  top: 150px;
	left: 425px;
	border: 0;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
}
	
#navleft {
  position: absolute;
	width: 400px;
	top: 0px;
	left: 0px;
	font-size: 0.9em;
	border: 0;
	background-color: #99ff99;
	padding: 10px;
}

.table {
  position: relative;
	border: 10;
}
 
