body {
	scrollbar-arrow-color: #99CC99;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: #333300;
	scrollbar-track-color: #99CC99;
	scrollbar-face-color: #666633;
	scrollbar-shadow-color: #333300;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: black;
}
A.white:link {
text-decoration: none;
color: #ffffff
}
A.white:visited {
text-decoration: none; 
color: #ffffff
}
A.white:active {
text-decoration: none; 
color: #ffffff
}
A.white:hover {
text-decoration: underline; 
color: #ffffff
}
A.olive:link {
text-decoration: none;
color: #666633
}
A.olive:visited {
text-decoration: none; 
color: #666633
}
A.olive:active {
text-decoration: none; 
color: #666633
}
A.olive:hover {
text-decoration: underline; 
color: #666633
}
.customtext {
background-color: #ffffff;
color: #666633;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border: solid 1px #666633;
padding: 2;
}
.custombut {
background-color: #666633;
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
border: outset 2px gray;
padding: 2;
}