html, body, form, input, select, fieldset 
 { 
     font-size		: 12px; 
     font-family	: Tahoma, Verdana, Arial; 
     color		: #000000; 
 }
	  
body  
 {
     color       	: #000000;
 }
	  
	  
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address 
 {
     margin		: 0px; 
     padding		: 0px; 
 }
	  
	  
h1, h2, h3, h4, h5, h6, pre, code 
 {
     font-size		: 10px;  
 }
	  
ul, ol 
 {
     list-style		: none; 
 }
	  
	  
form label 
 {
    cursor		: pointer; 
 }
	  
address 
 {
    font-style		: normal; 
 }
	  
	  
:link,:visited 
 { 
    text-decoration	: none;  
 }
	  
	  
a img,:link img,:visited img 
 {
   border		: none; 
 }
	  
	  
fieldset 
 {
   border		: none; 
 }
	  
	  
div.clear, span.clear 
 {
   clear		: both; 
   font-size		: 0px; 
 }	  