body {
	background-color: #111111;
	background-image:   url(bgMain.png);
	background-attachment: fixed;
	background-position: top left;
    font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
a:link
{
	color: #CC0000;
}
a:active
{
	color: #FF8000;
}
a:visited
{
	color: #FF8000;
}
.Nav a:link
{
	color: #FFFFFF;
}
.Nav a:active
{
	color: #FF8000;
}
.Nav a:visited
{
	color: #CC0000;
}
.Content a:link
{
	color: #F9E231;
}
.Content a:active
{
	color: #FF8000;
}
.Content a:visited
{
	color: #FF8000;
}
