﻿body
{
	font-family: Tahoma;
	background-color: #d3d3d3;
}

#main
{
	position: absolute;
	left: 50%;
	width: 920px;
	margin-left: -460px;
	height: 587px;
	top: 0px;
}

a:link
{
	color: #cc0000;
	text-decoration: none;
}


a:visited

{

    color: #cc0000;

    text-decoration: none;

}

 

a:hover
{
	color: #000000;
}