body
{
	background-color: #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical; 
}
.header
{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	/* margin-top: 15px; */
}

.header a:link, .header a:visited
{
	background-color: #454545;
	display: inline-block;
	padding: 10px 30px 20px 30px;
	color: #FFFFFF;
	text-align:center;
	border-top: 15px solid #454545;
}

.header a:hover
{
	padding-top: 15px;
	border-top-color: #99FF66;
}

a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover
{
	color: #DDDDDD;
	text-decoration: none;
}

.repolinks a:link, .repolinks a:visited
{
	background-color: #454545;
	display: block;
	padding: 7px 20px 7px 10px;
	color: #FFFFFF;
	text-align: left;
	border-right: 10px solid #454545;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

.repolinks a:hover
{
	padding-right: 10px;
	border-right-color: #BB0000;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}