@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	background-color: #333333;
	background-image: url(art/background.jpg);
	background-repeat: repeat;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 30px;
}
h1 {
	font-size: x-large;
	font-variant: small-caps;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	margin-bottom: 2px;
	color: #9999CC;
	font-weight: bold;
}
.subheader1 {
	font-size: medium;
	text-indent: 35px;
	margin-top: 0px;
}
a:link {
	color: #9999FF;
}
a:hover {
	color: #33CCCC;
}
a:visited {
	color: #666666;
}
