div
{
	width: 90%;
	margin: 10px;
}

h1, h2
{
	color: red;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
}

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;
	background-color: red;
	color: white;
	font-weight: bold;
}

.navigationBar A
{
	color: white;
	text-decoration: none;
}

.navigationBar A:hover
{
	text-decoration: underline;
}

.copyright
{
	border-top: 1px solid gray;
	padding-top: 10px;
	text-align: right;
}

.wordExample
{
	font-style: italic;
}
