H1 
{ 
   color: black; 
   font-size: 24pt;
   font-family: arial, helvetica; 
}
H2 
{ 
   color: blue; 
   font-size: 20pt;
   font-family: arial, helvetica; 
}
BODY {  
   color: #000000;
   background-color: #ffbb00;
   font-size: 9pt;
   font-family: arial, helvetica; 
}
A:link { color: #000000 }       /* unvisited link */
A:visited { color: #555555 }   /* visited links */
A:active { color: lime }    /* active links */   

#cursor {
   text-align: right;
   font-size: 14pt;
   font-family: trebuchet ms, arial, helvetica; 
   font-variant: normal;
   font-style: normal;
}
#toc {  
   color: white;
   background-color: black;
   font-size: 9pt;
   font-family: letter gothic, helvetica; 
   font-variant: normal;
   font-style: normal;
}
#tocitem {  
   color: white;
   font-size: 9pt;
   font-family: letter gothic, helvetica; 
   font-variant: normal;
   font-style: normal;
}
#version {  
   color: white;
   background-color: #CC6600; 
   font-size: 9pt;
   font-family: letter gothic, helvetica; 
   font-variant: normal;
   font-style: normal;
}
#title {  
   color: white;
   font-size: 14pt;
   font-family: Arial,Helvetica; 
   font-variant: normal;
   font-style: normal;
}
#subtitle {  
   color: white;
   background-color: #cc0000;
   font-size: 9pt;
   font-family: letter gothic, helvetica; 
}
#heading {  
   color: #333333;
   background-color: #ff9900;
   font-size: 10pt;
   font-weight: bold; 
   font-family: arial, helvetica; 
}
#footer {  
   color: white;
   font-size: 8pt;
   font-family: letter-gothic, lucinda, helvetica; 
}
#main {  
   color: #333333;
   font-size: 9pt;
   font-family: arial, helvetica; 
}

#package {  
   color: #333333;
   background-color: #ffcc00;
   font-size: 9pt;
   font-family: arial, helvetica; 
}
#link {  
   color: #555555;
   font-size: 10pt;
   font-family: letter-gothic, arial,helvetica; 
}

#mainrow {  
   color: #333333;
   background-color: #ff9900;
   font-size: 9pt;
   font-family: arial, helvetica; 
}
#sbheader {  
   color: #000000;
   background-color: #ff9900;
   font-size: 10pt;
   font-family: letter-gothic; 
   margin-left: 2em
}
#sbcomment {  
   color: #000000;
   background-color: #ff9900;
   font-size: 9pt;
   font-family: letter-gothic; 
   margin-left: 2em
}
#sbfrom {  
   color: #0000ff;
   background-color: #ff9900;
   font-size: 9pt;
   font-family: letter-gothic; 
}
#sbclass {  
   color: #DDDDDD;
   background-color: #ff8800;
   font-size: 9pt;
   font-family: letter-gothic; 
; font-weight: bold
}
#highlight {
   color: #CCCCCC;
}