﻿body
{
	text-align: center;
	margin: 0px;
}

.body
{
	color: #E4D6BC;
	font-family: Tahoma;
	font-size: 8pt;
}

.darkbody
{
	color: #000000;
	font-family: Tahoma;
	font-size: 8pt;
}

.copyright
{
	color: #444444;
	font-family: Tahoma;
	font-size: 8pt;
}

#wrapper
{
	position: relative;
	width: 800px;
	height: 750px;
	text-align: left;
	overflow: hidden;
	margin: 0 auto;
}

#wrappernohidden
{	
	position: relative;
	width: 800px;
	height: 750px;
	text-align: left;
	margin: 0 auto;
}

a:link {text-decoration: none; color: #FAD027;}
a:visited {text-decoration: none; color: #FAD027;}
a:hover {text-decoration: underline; color: #FAD027;}
a:active {text-decoration: none; color: #FAD027;}

a.copyright:link {text-decoration: underline; color: #444444;}
a.copyright:visited {text-decoration: underline; color: #444444;}
a.copyright:hover {text-decoration: underline; color: #873820;}
a.copyright:active {text-decoration: underline; color: #444444;}
