div
{
	width: 90%;
	margin: 10px;
}

h1, h2
{
	color: red;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 12pt;
}

body, td, p, font, div, th
{
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 10pt;
}

.navigationBar, th, .tableHead
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: none;
	border-right: none;
	padding: 4pt;
}

.navigationBar A
{
	text-decoration: none;
}

.navigationBar A:hover
{
	text-decoration: underline;
}

.hosting
{
	float: left;
	width: 200px;
}

.copyright
{
	padding-top: 10px;
}

.label, .copyright
{
	text-align: right;
}

.navigationBar, th, .tableHead, .label
{
	background-color: red;
}

.navigationBar, th, .tableHead, .label, .navigationBar A
{
	color: white;
}


.wordExample
{
	font-style: italic;
}

.q, h1, h2, .navigationBar, th, .tableHead, .label
{
	font-weight: bold;
}