﻿body
{
	font-family: 'Courier New' , Courier, monospace;
	background-color: #000000;
	font-size: 9pt;
}

#main
{
	position: absolute;
	left: 50%;
	width: 950px;
	margin-left: -475px;
	top: 0px;
	height: 1030px;
}

a:link
{
	color: #7d9129;
	text-decoration: none;
}


a:visited

{

    color: #7d9129;

    text-decoration: none;

}

 

a:hover
{
	color: #999999;
}