a:link, a:visited, a:active
{
	color: rgb(0,0,102);
	text-decoration: none;
}
a:hover
{
	color: rgb(0,0,102);
	text-decoration: underline;
}
body
{
	font-family: Georgia, Times New Roman;
	background-color: rgb(255,255,255);
	color: rgb(102,0,0);
}
td, tr, p, li, ul
{
	font-family: Georgia, Times New Roman;
	color: rgb(102,0,0);
	font-size: 12px;
	line-height: 18px;
}
h1, h2, h3
{
	font-family: Georgia, Times New Roman;
	color: rgb(102,0,0);
}
h1
{
	font-size: 26px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 14px;
}

