body {
    scrollbar-track-color: #e2f2d7; 
    scrollbar-arrow-color: #ff7700; 
    scrollbar-shadow-color:#5a5a5a; 
    scrollbar-face-color: #73d101; 
    background: url(images/background.jpg) fixed
    font-family: Helvetica;
}

.button {
    cursor: pointer;
    xfont-size: 15px;
    xfont-weight: bold;
    font: bold 14px arial;
    color: #380;
    background-color: #9f6;
    border: solid 2px;
    padding: 2px 8px;
}

td, textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #669f23;
	font-weight: normal;
}

.inputbox {
    border: 1px solid #cccccc;
    padding: 3px 3px 3px 5px;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    height: 20px;
}

a:link {
	color: #669f23;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: white;
	background-color: #ff7200;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}


a:visited {
	color: #669f23;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}