* {
	margin: 0;
}
BODY {
	scrollbar-face-color: black;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: black;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: black;
	scrollbar-darkshadow-color : black;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: black;
	margin: 0px 0px 0px 0px;
}
.f1 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial;
}
.f2 {
	font-size: 20px;
}
.f3 {
	font-size: 24px;
}
.f4 {
	font-size: 14px;
}
.br {
	border: solid 1px #999999;
}
A {
	color: #065B9D;
 	text-decoration: underline; 
}
A:hover {
	color: #ffffff;
	text-decoration: underline; 
}
INPUT.input {
	border: #333333 1px dotted; 
	font-size: 12px;
	color: #353126;
	background-color: #817a74; 
}
INPUT.button {
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #a3a3a3;
	border-top: 1px solid #a3a3a3;
	color: #353126;
	font-size: 10px;
	background-color: #817a74; 
}
TEXTAREA {
	border: #333333 1px dotted;
	font-size: 12px;
	color: #353126;
	background-color: #817a74;
}