body {
	background-color: #241D2D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-face-color: #D0AAFF;	// same as font color
	scrollbar-track-color: #241D2D;	// same as background color
	scrollbar-arrow-color: #241D2D;
	scrollbar-highlight-color: #241D2D;
	scrollbar-shadow-color: #241D2D;
	scrollbar-3dlight-color: #241D2D;
	scrollbar-darkshadow-color: #241D2D;
}
body,p,td,th,h1,h2,h3,h4,h5,h6,td,input,select,option,textarea {
	color: #D0AAFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body,p,td,th,h1,h2,h3,h4,h5,h6,td,.right {
	text-align: right;
}
p,div {
	text-align: right;
	padding: 0px;
}
td,.left	{
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 4px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #D0AAFF;
	text-decoration: underline;
}
a:active {
	color: #D0AAFF;
	text-decoration: none;
}

input,select,option,textarea {
	background: transparent;
	border-width: 1px;
	border-color: #D0AAFF;
	border-style: outset;
}
option{
	background-color: #241D2D;
}
