BODY
{
	font-family:arial;
	font-size:12pt;
}

.title
{
	font-weight:bold;
	color: 'yellow';
	font:16pt;
}

A
{
	color: 'navy';
	text-decoration: underline;
}
A:visited
{
	color: 'navy';
}
A:hover
{
	color: 'blue';
}
A:active
{
	color: 'blue';
}

.topnav A
{
	color: 'navy';
	text-decoration: none;
	font:10pt;
}
.topnav A:visited
{
	color: 'navy';
	text-decoration: none;
	font:10pt;

}
.topnav A:hover
{
	color: 'white';
	background-color: 'navy';
	text-decoration: none;
	font:10pt;

}
.topnav A:active
{
	color: 'white';
	background-color: 'navy';
	text-decoration: none;
	font:10pt;
}

.sidenav A
{
	color: 'yellow';
	text-decoration: none;
	font:10pt;
}
.sidenav A:visited
{
	color: 'yellow';
	text-decoration: none;
	font:10pt;

}
.sidenav A:hover
{
	color: 'navy';
	background-color: 'yellow';
	text-decoration: none;
	font:10pt;

}
.sidenav A:active
{
	color: 'navy';
	background-color: 'yellow';
	text-decoration: none;
	font:10pt;
}


