/* omgcots */
body {
	color: #fff;
	background-color: #000;
	background-image: url('bg.png');
	margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0.15em;
	margin-bottom: 0.25em;
}

hr { border: 4px solid #CC0000; margin-left: 0px; }

a { color:#FFF; text-decoration:none; }
a:hover { color:#4C80B2; text-decoration:none; }

#menubar {
	background-color: #ff0000;
	height: 1.5em;
}

#RSR {
	background-color: #cc0000;
}

#content {
	background: rgba(0,0,0,0.25);
	height: 70%;
	margin-left: 0.5em;
}
#content a { color:#FFF; text-decoration:underline; }
#content a:hover { color:#4C80B2; text-decoration:underline; }

ul .clean{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
