/* CSS Document */

body {
	background-color: #000000;
	scrollbar-face-color: Black;
	scrollbar-shadow-color: Grey;
	scrollbar-highlight-color: Red;
	scrollbar-3dlight-color: Maroon;
	scrollbar-track-color: #110000;
	scrollbar-arrow-color: #FF0000;
	scrollbar-darkshadow-color: Maroon;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	scrollbar-base-color: Maroon;
}
h2 {
	font-size:14px;
	}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.menutext {
	font-size: 14px;
	font-weight:bold;
}
#cardsfadebg {
	background-image: url(imgs/cardsfade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#cardsbg {
	background-image: url(imgs/cards.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.maintext {
	filter: DropShadow(Color=#000000, OffX=2, OffY=2, Positive=1);
}
div.scroll {
	height: 350px;
	width: 100%;
	overflow:auto;
}
