﻿/* Existing Elements - Redefining */
h1,h2,h3
{
	font-family: Verdana;
	font-weight: bold;
}
body, table
{
	font-family: Verdana;
	font-size: 8pt;
	color: darkgray;
}
hr
{
	line-height: 1px;
	width: 100%;
	color: dimgray;
}
a:active, a:visited, a:link
{
	color: Navy;
}
a:Hover
{
	color: Red;
}
