﻿body
{
	background-color: black;
	color:White;
}

#Logo
{
	text-align: center;
	background: black url(../images/LogoBackgroundStretch.png) repeat-x scroll left bottom;
	margin: 0px  auto 0px auto;
	width: 1000px;
}

a.link
{
    color: #0000ff;
}

a:visited.link
{
	color: #0000ff;
}
a:hover.link, a:active.link
{
	color: #33ff00;
}

.underline
{
	border-bottom: solid 1px #33ff00;
}

hr
{
	border: solid 1px #33ff00;
}

.Black
{
	display: none;
}

.White
{
	display: inherit;
}

.FFCenter
{
	margin-left: auto;
	margin-right: auto;
}