@charset "utf-8";
/* CSS Document */

body{
	background-color: #060012;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{
	color: #CCCCCC;
}

.bodycontent{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.continuelinks{
	padding-top: 10px;
	clear: both;
	text-align: right;
}

.continuelinks a{
	font-weight: bold;
	color: #CCCCCC;
}

.subtleinlinelink{
	text-decoration: none;
	font-weight: bold;
	color: #FFFFCC;
}

.subtleinlinelink:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
