﻿body 
{
	background-color: #030;
	background-image: url(images/page_bg.gif);
	background-attachment:fixed;
}

a:link, a:visited {
    color: #31592c;
}

a:hover {
    color: #31592c;
    font-weight:bold;
}

#menutable
{
	background-image:url(images/table_bg.gif);
	background-repeat:no-repeat;
	height:40px;
	width:788px;
	text-align:center;
}

#main
{
	border: thin solid #000;	
}

a.defaultlinks:hover
{
	color:black
}
a.defaultlinks
{
	color:White 
}

.menubarbutton
{
	background-color:Transparent;
	text-align:center;
	font-family:Arial Black;
	color:White;
	height:21;
	float:left;
	font-size:10;
}