a:link  {
 color : #DDDDDD;
 text-decoration:none;
}
 
a:visited  {
 color : #666666;
 text-decoration:none;
} 
 
a:hover  {
 color : #FFFFFF;
 text-decoration:underline;
}
 
a:active  {
 color : #FFFFFF;
 text-decoration:underline;
} 
 
b  {
 font-weight : bold;
} 
 
body  {
 color : #BBBBBB;
 font-family : "Verdana", "sans-serif";
 font-size : 10pt;
}
 
h1  {
 color : #232F84;
 font-family : "Arial", monospace;
 font-size : 14pt;
 font-weight : bold;
} 
 
h3  {
 font-family : "Arial", sans-serif;
 font-size : 10pt;
 font-weight : normal;
} 
 
p  { 
 font-family : "Arial", sans-serif;
 font-size : 10pt;
 vertical-align : top;
} 
 
table  {
 background-color : #000000;
 color : #BBBBBB;
 font-family : "Arial", sans-serif;
 font-size : 13px;
}
 
td  {
 font-family : "Arial", sans-serif;
 font-size : 10pt;
 vertical-align : top;
}
 
td li  {
 list-style-type : none;
}
