body {
	background-image: url(images/text_background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	scrollbar-3dlight-color : #180000;
	scrollbar-arrow-color : #180000;
	scrollbar-base-color : #180000;
	scrollbar-darkshadow-color : #180000;
	scrollbar-face-color : #95795E;
	scrollbar-highlight-color : #180000;
	scrollbar-shadow-color : #180000;
	scrollbar-track-color : #180000;
	font-family: Verdana;
	margin: 20px;
	font-size: 14px;
	color: #F2D6B2;
	cursor:url("sioux.cur");
}

p, td {
	font-size: 14px;
	color: #F2D6B2;	
}

a:link {
	color: #EEE5D9;
	text-decoration: underline;
}

a:visited {
	color: #EEE5D9;
	text-decoration: underline;
}
a:hover {
	color: #D38A2B;
	text-decoration: none;
}
a:active {
	color: #EEE5D9;
	text-decoration: underline;
}

input {
	font-family: Verdana;
	color: #000000;
	font-size: 10pt;
	border-color: #000000;
	border-style: solid;
	border-width: 1;
	background-color: #F1E1DB;
}

textarea {
	font-family: Verdana;
	color: #000000;
	font-size: 10pt;
	border-color: #000000;
	border-style: solid;
	border-width: 1;
	background-color: #F1E1DB;
}