body
{
	background-color: rgb(230, 230, 230);
	font-family: verdana, arial;
	font-size: 12px;
}

a:link, a:visited, a:active, a:focus
{
	color: rgb(50, 50, 50);
	font-size: 12px;
	text-decoration: underline;
}

a:hover
{
	color: rgb(240, 240, 240);
	font-size: 12px;
	text-decoration: none;
	background-color: rgb(20, 20, 20);
}

h1
{
	font-family: verdana, arial;
	font-size: 16px;
}

table
{
	font-size: 12px;
}

div
{
	border: 2px solid rgb(rgb(230, 230, 230);
	background-color: rgb(255, 255, 255);
}

.menuText
{
	color: rgb(205, 206, 225);
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, arial;
}