a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

INPUT { color: #000000; background: #cccccc; border: 1 solid #000000;}
SELECT { color: #000000; background: #cccccc; border: 1 solid #000000;}
TEXTAREA { color: #000000; background: #cccccc; border: 1 solid #000000;}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #363636;

	scrollbar-3d-light-color:#cccccc;

	scrollbar-arrow-color:#131313;

	scrollbar-base-color:#363636;

	scrollbar-dark-shadow-color:#000000;

	scrollbar-face-color:#cccccc;

	scrollbar-highlight-color:#c1c1c1;

	scrollbar-shadow-color:#121212;


}

