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

body
{
	background: #000;
	border-top: 5px solid #000;
	color: #333;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 20px 0 40px;
}

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

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

ul {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0px;
}

.current {
	color:#f00;
}
