BODY 
{background-color: brown;
background-repeat: repeat;
border-style: ridge; border-color: lightblue; 
border-width: 4px;
font-family: arial;
color: black;
font-size: small;
font-weight: bold;
direction: l;
scrollbar-face-color:#ffddbb;
scrollbar-arrow-color:yellow;
scrollbar-track-color:gray;
scrollbar-shadow-color:#00ca00;
scrollbar-3dlight-color:black;}

A:link {text-decoration:none; background:none;
color:brown;}
A:hover{color:black; background-color:#dedebe;
text-decoration:italic;}
A:visited {color:#ff0066; text-decoration:none;}
A:active {color:red;  text-decoration:none;}


BODY{
cursor:url("Arrow.green.cur");
}
BUTTON{
cursor:url("Arrow.red.cur");
}
A{
cursor:url("Hand.red.cur");
}
FORM{
cursor:url("Arrow.red.cur");
}

h3 {font-family: times roman;
color:#58575b;
font-weight: bold;}

h2 {font-family: times roman;
color:red;
font-weight: bold;}