body a:link
{
	color: rgb(0, 120, 0);
	text-decoration: none;
}

body a:visited
{
	color: rgb(0, 120, 0);
	text-decoration: none;

}

body a:active
{
	color: rgb(0, 120, 0);
	text-decoration: none;
}

body a:hover
{
	color: rgb(0, 120, 0);
	text-decoration: underline;
}


.mainBody 
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 12px;
}

.topTable
{
	background-color: rgb(190, 136, 63);
}

.headerTable
{
	background-color: rgb(190, 136, 63);
	text-align: center; 
	vertical-align: middle; 
	font-family: Papyrus; 
	font-size: 40px; 
	font-weight: bold;
	border-top: solid black 1px;
	width: 700px;
}

.mainTable
{
	background-color: rgb(190, 136, 63);
	width: 700px;
}

.links
{
	background-color: rgb(190, 136, 63);
	text-align: center; 
	vertical-align: middle; 
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold;
	text-decoration: none;
}

.links a:link
{
	color: rgb(0, 120, 0);
	text-decoration: none;
}

.links a:visited
{
	color: rgb(0, 120, 0);
	text-decoration: none;

}

.links a:active
{
	color: rgb(0, 120, 0);
	text-decoration: none;
}

.links a:hover
{
	color: rgb(0, 120, 0);
	text-decoration: underline;
}

.mainContent
{
	text-align: center;
}

.bottomTable
{
	background-color: rgb(190, 136, 63);
	font-size: 10px;
	text-align: center;
}