﻿body 
{
	font-family: Tahoma;
	background-color: #c6a57e;
	font-size: 9pt;
    color: #000000;
}
#main
{
	position: absolute;
	left: 50%;
	width: 1000px;
	height: 574px;
	top: 50%;
	margin-left: -500px;
	margin-top: -287px;
	background-color: #ffffff;
}
a:link
{
    color: #000000;
    text-decoration: none;
}
a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #de943d;
}
