body {
	background-color: Black;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: Gray;
	background-image: url(design/bkgrnd.jpg);
	background-attachment: fixed;
}

body, html {
	scrollbar-face-color: Black;
	scrollbar-3dlight-color: Gray;
	scrollbar-arrow-color: Gray;
	scrollbar-base-color: Black;
	scrollbar-darkshadow-color: Gray;
	scrollbar-shadow-color: #3F3F3F;
	scrollbar-highlight-color: Black;
	scrollbar-track-color: Black;
}

table {
	background-color: transparent;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: Gray;
	height: 100%;
}
	
a:link, a:active, a:visited  {
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: Silver;
	text-decoration: none;
}

a:hover  {
	font-family: sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: Gray;
	text-decoration: underline;
}

input {
	background : Gray;
	color: White;
	font-family: serif;
	font-size: 16px;
	border : inset Gray;
}

input.button {
	background : #464646;
	background-color : #464646;
	color: White;
	font-family : sans-serif;
	font-size: 12px;
	border : outset #696969;
}



	

