body {
background: white;
color: black; 
}

html {
font-family:Verdana,Arial,Helvetica,sans-serif;

} 


H1 { 
    text-align: left; 
    font-size:medium; 
    font-weight:bold;
}

H2 { 
    text-align: left; 
    font-size:small; 
    font-weight:bold;
}

h3{
    border-bottom: 1px solid #D3D3D3;
    background: white;
    color: #000000;
    font-family: "Times New Roman", Times, serif;
    font-size: medium;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
    padding-bottom: 3px;
  font-weight:bold;
}

.links a:link {color: white} 
.links a:visited {color: white} 
.links a:hover {color: white} 
.links a:active {color: white} 

#headerL {
  background: white;
  color: #000000;
  position: absolute;
  top: 0px;
  left: 0px;
  link: white;
  visited: white;
  width: 150px;
  height: 75px;
}
#headerR {
  background: white;
  color: #000000;
  position: absolute;
  top: 0px;
  left: 150px;
  height: 75px;
  width: 650px;
  font-size:x-small;
  text-align:left;
  font-weight:bold;
}
#leftcol {
  background: white;
  color: #000000;
  position: absolute;
  margin-top:10px; 
  margin-left:10px; 
  margin-right:10px; 
  top: 75px;
  left: 0px;
  width: 120px;
  font-size:x-small;
  font-weight:bold;
  text-align: left;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}
#content {
  background: white;
  color: #000000;
  position: absolute;
  top: 75px;
  left: 140px;
  width: 650px;
  font-size:small;
  text-align: left;
  border-width:2px;
}
