<!--
.nounder {color:lime; text-decoration: none}
-->
A:link {color:#999999; text-decoration:none;}
A:visited {color:#999999; text-decoration:none;}
A:active {color:#999999; text-decoration:none;}
A:hover {color:#ffffff; text-decoration:none;}

A.yes:link {color:lime; text-decoration:none;}
A.yes:visited {color:lime; text-decoration:none;}
A.yes:active {color:lime; text-decoration:none;}
A.yes:hover {color:lime; text-decoration:none;}

A.low:link {color:yellow; text-decoration:none;}
A.low:visited {color:yellow; text-decoration:none;}
A.low:active {color:yellow; text-decoration:none;}
A.low:hover {color:yellow; text-decoration:none;}

A.no:link {color:red; text-decoration:none;}
A.no:visited {color:red; text-decoration:none;}
A.no:active {color:red; text-decoration:none;}
A.no:hover {color:red; text-decoration:none;}

A.avail:link {color:red; text-decoration:none;}
A.avail:visited {color:red; text-decoration:none;}
A.avail:active {color:red; text-decoration:none;}
A.avail:hover {color:red; text-decoration:none;}

body {
font-family: Verdana;
font-size: 10px;
color: #999999;
scrollbar-arrow-color: #333333;
scrollbar-base-color: #333333;
scrollbar-dark-shadow-color: #333333;
scrollbar-track-color: #330000;
scrollbar-face-color: #330000;
scrollbar-shadow-color: #333333;
scrollbar-highlight-color: #333333;
scrollbar-3d-light-color: #333333;
}

td {
	font-family: Verdana;
	color: #999999;
	font-size: 10px;
}

th {
	font-family: Verdana;
	color: #999999;
	font-size: 10px;
}

.textbox {font: 10px/normal verdana;
color: white;
background-color: black;
border-color: white;
border-top: 1px solid;
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;}

.button{background-color: black;
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
border-top: 1px solid;
color: white;
font-family: verdana;
font-size: 8pt; }

.border {  border: gray; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px;
 border-bottom-width: 1px; 
 border-left-width: 1px}
 
 .names {
	font-family: Verdana;
	color: #CCCCCC;
}