/* Bsp. für die HTML Einbindung im Header: <link rel="stylesheet" type="text/css" href="formate.css"> */

A:link {color: #A4D246; text-decoration: none;}
A:visited {color: #A4D246; text-decoration: none;}
A:hover {color: #789F26; font-weight: bold; text-decoration: none;}


 BODY
{
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#C0C0C0;
scrollbar-track-color:#000000;

color: #A9A9A9;
font-family:Verdana, Helvetica;
font-size: 10pt;
background-color: #000000;
}

FORM
{
background-color:#000000; padding:20px; border:1px none;
}

INPUT
{
background-color:#A4D246; font-size:11px; font-family:Verdana; font-color:#000000; border:2px solid #FFFFFF;
}

TEXTAREA 
{
background-color:#FF4422; font-size:11px; font-family:Verdana; font-color:#000000; border:1px solid #FFFFFF;
}



