@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(../images/large-bkg.png);
	background-color:#000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

a {
	color: #B3B3B3;
	text-decoration: none;
}

a:hover{
	color: #BABDBB;
	text-decoration: none;
}

label
{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

ol li {
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
}