body
{background-color:rgb(0,0,0);
font-family:Arial;
font-size:10pt;
color:rgb(204,204,204);
}

a:link {color:#00ee00;}

a:visited {color:#00aa00;}

a:active {color:#00ffbb;}

a:hover {color:#00ffbb;}

input[type="button"]
{
font-weight:bold;
background:#22aa55;
color:#000000;
border-style:outset;
border-width:2px;
border-color:#22aa55;
border-radius:16px;
}

input[type="button"]:hover
{
background:#33cc77;
border-color:#33cc77;
}

input[type="button"]:active
{
background:#00ffff;
border-color:#00ffff;
}