.menu
A:link {text-decoration:none; color:#000000}
A:visited {text-decoration:none; color:#000000}
A:hover {text-decoration:none; color:#660000}
A:active {text-decoration:none; color:#000000}

body
{
scrollbar-face-color: #FCF4DD;
scrollbar-highlight-color: #FCF4DD;
scrollbar-3dlight-color: #660000;
scrollbar-darkshadow-color: #660000;
scrollbar-shadow-color: #FCF4DD;
scrollbar-arrow-color: #660000;
scrollbar-track-color: #FCF4DD;
}

input {
font-family: Arial;
font-size: 12 px;
font-weight: bold;
background-color: #CCCCCC;
color: #000000;
border: 1 dotted #660000
}

textarea {
font-family: Arial;
font-size: 12 px;
font-weight: bold;
background-color: #CCCCCC;
color: #000000;
border: 1 dotted #660000
}

select {
font-family: Arial;
font-size: 12 px;
font-weight: normal;
background-color: #CCCCCC;
color: #000000;
border: 1 dotted #660000
}

.button {
font-family: Arial;
font-size: 12 px;
font-weight: normal;
background-color: #CCCCCC;
border: 1 dotted #660000
}