body { background: "#000000";
		}
a:hover {
	text-decoration: underline;
	color: maroon !important;
	background: #F0FFF0 !important;
	}

a {	text-decoration: none;
	color: blue !important;
	font-weight: bold !important;
	}

input {
	background: "#000000";
	color: yellow;
	font: Verdana, Arial;
	font-size: 12;
	border: 1px inset grey;
	}

select {
	background: #DDFFFF;
	color: navy;
	font: Tahoma,Verdana,Arial;
	font-size: 12;
	border: 2px inset lime;
	}

textarea {
	background: #DDDDDD;
	color: navy;
	font: Tahoma,Verdana,Arial;
	font-size: 12;
	}
