.background {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/arcana_bgr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #C71DC8;
	SCROLLBAR-HIGHLIGHT-COLOR: #F33FDC;
	SCROLLBAR-SHADOW-COLOR: #F33FDC;
	SCROLLBAR-3DLIGHT-COLOR: #F33FDC;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #F33FDC;
	SCROLLBAR-DARKSHADOW-COLOR: #F33FDC;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
hr {
	border-top: dashed;
	border-right: dashed;
	border-bottom: dashed;
	border-left: dashed;
	text-align: center;
	width: 100px;
}
.tablecellborder {

	padding: 2px;
	margin: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

