BODY {
 font-family: 'Tahoma', 'Arial', 'Helvetica';
 background-repeat: repeat-x;
 scrollbar-face-color:#008800;
 scrollbar-arrow-color:#00ff00;
 scrollbar-track-color: #000000;
 scrollbar-3dlight-color: #006400;
 scrollbar-darkshadow-color: #003300;
}
A:link {color: #ffffff;
        text-decoration: none;
}
A:visited {color: #ffffff;
           text-decoration: none;
}
A:hover {
 color: #000000;
 text-decoration: none;
 background-color: #55ff55;
}
P {text-align: justify;}
INPUT {
 font: 13px "Tahoma";
 background: #007700;
 color: #00ff00;
 border-width: small;
}
TEXTAREA {
 font: 14px "Arial Narrow"; 
 background: #BBBBBB;
 color: #000000;
 border-width: small;
}
UL {
 list-style:url("li.gif");
 text-align: justify;
}