 
body { 
   color: #000000; 
   background-color: #FFFFFF; 
   background-position: top left; 
   margin-top: 5px; 
   margin-left: 5px; 
   margin-right: 5px; 
   margin-bottom: 5px; 
   } 
    
div,p,th,td,li,dd,br { 
   color: #000000; 
   font-style: normal; 
   font-weight: normal; 
   font-size: 12px; 
   line-height: 1.35em; 
   font-family: verdana, arial, helvetica, sans-serif; 
   } 
 
div.courier { 
   color: #000000; 
   font-style: normal; 
   font-weight: normal; 
   font-size: 12px; 
   line-height: normal; 
   font-family: courier new, courier, mono; 
   } 
   
h1 { 
   color: #BF0030; 
   font-style: normal; 
   font-weight: bold; 
   font-size: 25px; 
   line-height: normal; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   } 
    
h2 { 
   color: #BF0030; 
   font-style: normal; 
   font-weight: bold; 
   font-size: 18px; 
   line-height: normal; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   }  
    
    
h3 { 
   color: #BF0030; 
   font-style: normal; 
   font-weight: bold; 
   font-size: 14px; 
   line-height: normal; 
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   text-decoration: none; 
   }  
 
a { 
   color: blue; 
   text-decoration: none; 
   } 
 
a:hover { 
   color: #BF0030; 
   text-decoration: underline; 
   } 
    
img { 
   border-width: 0; 
   } 
 
b,strong { 
   color: #BF0030; 
   font-weight: bold; 
   }  