body {
 background-color: #000000;
 font-family: book antiqua, georgia, times new roman, sans-serif;
 font-size: 10pt;
 color: #918986;
}
#div1 { 
 background-color: #000000;
 border:0;
 color:#FFFFFF;
 width:500px;
 height:20px;
 font-size: 12pt;
 font-weight:bold;
 text-align:left;
}
#div2 { 
 background-color: #000000;
 border:0;
 width:500px;
 overflow:auto;
 padding:0px; 
 text-align:left;
}
img { 
 border:2px solid #483F3B; 
 padding:2px;
}
b {
 color: #483F3B;
 font-weight:bold;
}
a:link, a:visited {
 font-family: book antiqua, georgia, times new roman, sans-serif;
 font-size: 8pt;
 color: #483F3B;
 font-weight: none;
 text-decoration: none;
}
a:hover {
 font-family: book antiqua, georgia, times new roman, sans-serif;
 font-size: 10pt;
 color: #918986;
 font-weight: none;
 text-decoration: none;
}
input, select, textarea {
 color: #483F3B;
 font-family: book antiqua, georgia, times new roman, sans-serif;
 font-size: 8pt;
 background-color: #000000;
 border:2px solid #918986; 
}