* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #1c0e0b;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 100%;
	margin-top: 0px;
}
a {
	color: #818001;
	text-decoration: underline;
}
a:hover {
	color: #375d08;
	text-decoration: underline;
}
/*
h1,h2,h3,h4,h5,h6 {
	font-size: 13px;
	font-weight: bold;
	color: #1c0e0b;
}*/
.clear {
	clear: both;
}
small {
	font-size: 11px;
}

#resources {
	padding-left:10px;
}