﻿body
{
	font-size: 9pt;
	color: #cecfd8;
	font-family: Verdana, Sans-Serif;
	background-color: black;
	margin: 0px;
	text-align: center;
}
#menubar
{
	width: 100%;
	background-color: Transparent;
	position: absolute;
	top: 10px;
}
#loggedon
{
	font-weight: bold;
	text-align: center;
	color: #ff0000;
	font-size: 8pt;
	width: 100%;
	position: absolute;
	top: 2px;
}
h2
{
	font-weight: bold;
	font-size: 15pt;
}
.menu 
{
	font-size: 8pt;
	font-weight: bold;
	color: #cecfd8;
	background-color: Transparent;
	text-decoration: none;
}
.menu:hover
{
	color: #ff0000;
}
