@charset "utf-8";
body {
	font: 1em Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
	margin: 1em 1em 1em 1em;
	font-weight: 600;
}

a:link,
a:visited{
	color: #ff0;
}

a:hover,
a:focus,
a:active{
	color: #fc0;
}

#sidebar2 {
	display: none;
}

#header img {
	display: none;
}

