BODY { scrollbar-face-color : #54C900; 
       scrollbar-highlight-color : #54C900; 
	   scrollbar-3dlight-color : #54C900; 
	   scrollbar-shadow-color : #54C900; 
	   scrollbar-darkshadow-color : #54C900; 
	   scrollbar-track-color : #54C900; 
	   scrollbar-arrow-color : red;
	   font-family: arial;
	   font-size: 10pt;
	   font-color: ffffff;
	   margin-top: 0;
	   margin-bottom: 0;
	   margin-left: 0;
	   margin-right: 0; 
	   padding-top: 0;
	   padding-bottom: 0;
	   padding-left: 0;
	   padding-right: 0;
       background: #2f2f2f transparent;
       background-attachment: fixed;}
	   			
input, textarea, button 
{
  color: #ffffff; 
  font-size: 10pt; 
  font-family: arial; 
  background-color: #2f2f2f; }

       
.head { font-family: arial; 
        font-size: 10pt; 
        font-weight: normal;
        color: #ffffff; 
        background-color: none; 
        text-align:right; 
        height: 16px;
        border-width: 0px;
        border-bottom-width: 3;
        border-bottom-style: double;
        border-bottom-color: #000000; }
        
.content { font-family: arial; 
           font-size: 10pt; 
       	   color: #ffffff; 
      	   text-align: justify; }

A:LINK { color: red;
         font-size: 10pt;
         cursor: default; 
         text-decoration: none; }
         
A:ACTIVE { color: red;
           font-size: 10
           8pt;cursor: default; 
           text-decoration: none; }
           
A:VISITED { color: orange;
            font-size: 10pt;
            cursor: default; 
            text-decoration: underline;}
            
A:HOVER { color: white;
          font-size: 10pt;
          cursor: crosshair;
          text-decoration: none; }
