BODY
{
	background-color: black;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: medium;
	font-weight: bolder;
	color: white;
}

H1
{
	font-family: Comic Sans MS, Tahoma, Verdana, Arial, Helvetica;
	font-size: 24pt;
	font-weight: bolder;
	color: white;
}


H2
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 18pt;
	font-weight: bolder;
	color: white;
}


TD
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: medium;
	font-weight: bolder;
	color: white;
}

A
{
	color: #E0E0FF;
	text-decoration: none;
}

.paraMediumClass
{
	font-family: Comic Sans MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

.paraSmallClass
{
	font-family: Comic Sans MS, Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: yellow;
}

.mainWindowClass
{ 
	color: white;
	font-family: Tahoma, Helvetica;
	font-size: 18pt;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	top: 150px;
	left: 10px;
	width: 600px;
	visibility: hidden;
}
.topWindowClass
{ 
	color: yellow;
	font-family: Comic, Tahoma, Helvetica;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 110px; 
	width: 300px; 
	visibility: hidden;
}
.bottomWindowClass
{ 
	color: yellow;
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	top: 500px;
	left: 580px;
	height: 200px; 
	width: 260px; 
	visibility: hidden;
}

