﻿body 
{
	background-image: url('Images/bg.gif');
	color: #FFFFFF;
	font-family: Verdana, Arial, MS Sans Serif;
	font-size: 12px;
}
a
{
	font-weight: bold;
	color: #FFFFFF;
}
.MenuTable
{
	width: 190px;
	margin: 5px;
}
.MenuTable a:link
{
	display: block;
	background-color: #404040;
	color: #5155FF;
	font-weight: bold;
	height: 25px;
	border: solid 2px #000000;
	padding: 6px 3px 0px 3px;
	text-decoration: none;
}
.MenuTable a:visited
{
	display: block;
	background-color: #404040;
	color: #5155FF;
	font-weight: bold;
	height: 25px;
	border: solid 2px #000000;
	padding: 6px 3px 0px 3px;
	text-decoration: none;
}
.MenuTable a:active
{
	display: block;
	background-color: #FF8D13;
	color: #5155FF;
	font-weight: bold;
	height: 25px;
	border: solid 2px #000000;
	padding: 6px 3px 0px 3px;
	text-decoration: none;
}
.MenuTable a:hover
{
	display: block;
	background-color: #5155FF;
	color: #FF8D13;
	font-weight: bold;
	height: 25px;
	border: solid 2px #000000;
	padding: 6px 3px 0px 3px;
	text-decoration: none;
}