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 : none url(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; 
font-size : 10pt; 
margin-top : 5em; 
margin : 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 : #ecfaff; 
} 
#footer {
text-align : center; 
border : 1px solid #fc0; 
font-family : "MS Sans Serif", Geneva, sans-serif; 
color : #ff8000; 
background-color : #ecfaff; 
} 
#footerbr {
clear : both; 
} 
#main {
margin : 0; 
} 
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 : 50px; 
font-weight : bold; 
font-family : "MS Sans Serif", Geneva, sans-serif; 
font-size : 10pt; 
} 
A:hover {
background-color : #ecfaff; 
color : #ff6347; 
} 
