
BODY {
  scrollbar-arrow-color:FFFFFF;
  scrollbar-track-color:000000;
  scrollbar-shadow-color:cccccc;
  scrollbar-face-color:000000;
  scrollbar-highlight-color:cccccc;
  scrollbar-darkshadow-color:000000;
  scrollbar-3dlight-color:000000;
 }

body, td {
font-family: "Courier New", Courier, verdana, arial, geneva, helvetica;
font-size: 80%;
color: #EEE8AA;
font-style: bold;
}

.textfield {
background-color: black;
border-width: 1;
color: #EEE8AA;
font-size: 10pt;
font-family: "Courier New", Courier, verdana, arial, geneva, helvetica;
}


.smaller {
font-family:  verdana, arial, geneva, helvetica;
font-size: 75%;
color: #CCCCCC;
}

.event {
color: #FFFFFF;
font-size: 80%;
}

.button {
background-color: black;
border-color: silver;
border-style: solid;
border-width: 1;
color: silver;
font-size: 10pt;
font-family: "Courier New", Courier, verdana, arial, geneva, helvetica;

}


A {
color: silver;
text-decoration: none;
}
A:visited {
color: silver;
text-decoration: none;
}
A:hover {
color: white;
text-decoration: underline;
}