body {
   background-color: #FFFFFF;
   scrollbar-face-color: #00FF80;
   scrollbar-shadow-color: #00FF80;
   scrollbar-highlight-color: #00FF80;
   scrollbar-3dlight-color: #00FF80;
   scrollbar-darkshadow-color: #00FF80;
   scrollbar-track-color: #00FF80;
   scrollbar-arrow-color: #6C3D6F;
   font-style : normal; 
   font-weight : normal; 
   font-size : 7.5pt; 
   font-family : tahoma; 
   color : #6C3D6F;
   text-decoration : none; 
   text-align: justify;
   background-image: url(bg.jpg);
   background-attachment: fixed;
     }

A {
   color: #6C3D6F;
   text-decoration: none;
   font-weight: normal;
   cursor: crosshair; 
}


A:link
{text-decoration: underline; color:#A27DA1;}
A:visited
{text-decoration: underline; color:#EBDCEB;}
A:active
{text-decoration: underline overline; color:#BFACBE;}
A:hover
{text-decoration: overline; color:#BFACBE;}

td {
font-family:verdana;
color: #6C3D6F;
padding: 0;
font-size: 8pt; 

}

input, textarea
{ background: transparent;
font-family: tahoma; 
color: #6C3D6F; 
font-size: 8pt;
border-style: dashed;
border-color: #6C3D6F;
border-width: 1px;}


