BODY {
	color: White;
	background-color: #330099;
	font-family: Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	scrollbar-3dlight-color : #ffd700;
	scrollbar-arrow-color : orange;
	scrollbar-base-color : #330099;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #330099;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
	border-collapse: collapse;
}
TD {
	color: White;
	background-color: #330099;
	font-family: Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
}
INPUT {
	color: blue;
	font-family: Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	background:white;
  	border:1px solid #ffd700;
}
INPUT.button {
	color: #330099;
    	font-weight:bold;
	font-family: Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	background:#EEEEEE;
  	border:1px solid blue;
	cursor: hand;
}
TEXTAREA {
	color: blue;
	background-color: white;
	font-family: Verdana, "Times New Roman", sans-serif;
	font-size: 12px;
	background:white;
  	border:1px solid #ffd700;
}
A {
	color: #ffd700;
	text-decoration: none;
}

A:HOVER {
	color: White;
	text-decoration: underline;
}
HR {
	color: #ffd700;
}
#MySpamTrap {display: none;}