table {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		
	}
	
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color : #D3D3D3;
	scrollbar-arrow-color : #D3D3D3;
	scrollbar-base-color : #283985;
	scrollbar-darkshadow-color : #D3D3D3;
	scrollbar-face-color : #283985;
	scrollbar-highlight-color : #D3D3D3;
	scrollbar-shadow-color : #D3D3D3;
	scrollbar-track-color : #283985;
	}
A:LINK {
	font-weight: bold;
	color: #283985;
	text-decoration: underline;
}

A:VISITED {
	color: #020202;
	text-decoration: underline;
	font-weight: bold;
	
}

A:HOVER {
	color : #0000ff;
	text-decoration : underline;
	font-weight: bold;
	
}
input {
		border-color: #283985;
		border-style: 	groove;
		background-color: #ffffff;
		
	}
button {
	background-color: #ffffff;
	color: #2283985;
}

textarea {
		border-color: #283985;
		border-style: 	groove;
		background-color: #ffffff;
}
