body {
background: white;
color: black; 
}

html {
font-family:"TyponineSans Regular 18", "Lucida Grande", Lucida, Verdana, 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: "TyponineSans Monospace Regular 4", "TyponineSans Monospace Light 5";
    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: 160px;
  height: 75px;
  border-bottom:2px solid gray;
}
#headerRR {
  background: white;
  color: #000000;
  position: absolute;
  top: 0px;
  left: 200px;
  height: 10px;
  width: 350px;
  font-size:x-small;
  text-align:left;
  font-weight:bold;
  padding-left:5px;
}

#leftcol {
  position: absolute;
  margin-top:10px; 
  margin-left:1px; 
  margin-right:10px; 
  top: 75px;
  left: 0px;
  width: 150px;
  height: 50px;
  font-size:x-small;
  font-weight:bold;
  text-align: left;
  font-family:"TyponineSans Regular 18", "Lucida Grande", Lucida, Verdana, sans-serif;

}
  
object
{
  background: white;
  color: #000000;
  position: absolute;
  width: 150px;
  height: 1000px;
  font-size:x-small;
  font-weight:bold;
  text-align: left;
  font-family:"TyponineSans Regular 18", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content {
  background: white;
  color: #000000;
  position: absolute;
  top: 20px;
  left: 160px;
  width: 650px;
  font-size:small;
  text-align: left;
  padding-left:10px;
  border-left:2px solid gray;
}
