html, body {
  margin: 0;
}
h1{
	color: White;
	background-color: Blue;
}
h2{
	color: #FF6347;
}
h3{
	color: #32CD32;
}
#leftcol {
	width: 200px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
#left a {
	display: block;
	list-style: url(none) none;
	border-bottom: 2px solid #6495ED;
	background: #7AC7E7;
	padding-left: 10px;
	text-decoration: none;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	}
#left a:hover {
	color: White;
}
#centercol {
   font-family: "MS Sans Serif", Geneva, sans-serif;
	color: Blue;
	margin-top: 5em;
	margin: 0 210px 0 210px;
}
#rightcol {
  float: right;
  width: 200px;
  font-family: "MS Sans Serif", Geneva, sans-serif;
	color: Blue;
	font-size: 10pt;
	margin-top: 5px;
}
#right a:hover {
	color: #FF6347;
}
	
#footer {
  text-align: center;
  border: #fc0 1px solid;
  font-family: "MS Sans Serif", Geneva, sans-serif;
	color: #FF8000;
	background-color: #F0FFFF;
}
#footerbr { clear: both; } 
#main {
	margin: 0px;
}

p {
	text-indent: 20px;
	padding-left: 10px;
}
#main a {
	color: Blue;
	font-weight: bold; 
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	}
A:LINK, A:VISITED {
	color: Blue;
	text-decoration: none;
	background-position: 100px;
	font-weight: bold; 
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
}
A:HOVER {
	background-color: #E0FFFF;
	color: #FF6347;
}