body { 
 margin: 0; 
 padding: 15px; 
 background-color: #EEEECC; 
}
a:link, a:visited {
 color: #990000;
 text-decoration: none;
}
a:hover, a:active {
 color: #0000FF;
 text-decoration: underline;
}
h1 {
 font-weight: bold;
 font-size: 18pt;
}
h2 {
 font-weight: bold;
 font-size: 12pt;
margin-bottom : 3px; 
}
h3 {
 font-weight: bold;
 font-size: 10pt;
 margin-bottom : 1px; 
}
p {
 margin-top: 0px;
}
#container {
 margin: 0 0 0 186px; 
 width: 550px;
 border: 1px solid #747B45; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10pt;
 background-color: white; 
 color: black; 
}
#navbar {
 position: absolute;
 top: 15px;
 left: 15px;
 width: 160px;
 border: 1px solid #747B45; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #ADD8E6;
 padding: 10px;
}
#navbar p {
 margin-bottom : 8px;
}
#navbar h3 {
 font-weight: bold;
 font-size: 10pt;
 margin-bottom : 6px; 
}
#navbar a:link { 
 font-weight: bold;
 color:  #800000; 
 text-decoration: none;
}
#navbar a:visited { 
 font-weight: bold;
 color:  #800000; 
 text-decoration: none;
}
#navbar a:active { 
 font-weight: bold;
 color:  #808080;
 text-decoration: none;
}
#navbar a:hover { 
 font-weight: bold;
 color:  #FFFFFF; 
 background-color: #800000;
 text-decoration: none;
}
#container .inner { 
 margin: 15px; 
}
