body, td  {
	background-color: transparent;
	background-attachment: fixed;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: White;
}

a {
	text-decoration: none;
	color: Silver;
}

A:hover  {
	CURSOR: pointer;
	COLOR: White;
	HEIGHT: 11px;
	TEXT-DECORATION: line-through;
}



        
textarea {
	border: 1px solid;
	border-color: Gray;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
	color: White;
	font-family: verdana,arial;
	font-size: xx-small;
}


BODY {
	scrollbar-face-color: Black;
	scrollbar-arrow-color: #577A8E;
	scrollbar-track-color: Black;
	scrollbar-shadow-color: Black;
	scrollbar-darkshadow-color: Black;
	scrollbar-3dlight-color: Black;
	scrollbar-highlight-color: Black;
}

INPUT {
	border: thin groove;
	border-color: Gray;
	background-color: Black;
	text-align: left;
	text-decoration: none;
	color: White;
	font-family: Verdana, arial;
	font-size: xx-small;
}

TABLE {
	background: transparent;
	border-style: thin groove;
	border-color: #A9A9A9;

}