﻿body
{
	font-size: small;
	font-family:Verdana;
	color:Black;
}

A:visited
{
	color:Black;
	text-decoration:none;
}
A:hover
{
	color:Red;
	text-decoration:underline overline;
}
.MainContentStyle
{
	font-family: Verdana;
	padding-left: 4px;
	padding-top: 10px;
}
h1
{
	font-weight: bold;
	color: #d2691e;
	font-style: normal;
	font-family: 'Comic Sans MS';
	font-variant: small-caps;
	font-size: 18px;
}
h2
{
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-size: 14px;
}
panel
{
	background-color:Gray;
}