﻿body 
{
	background: #dddddd;
}
table 
{
	background: #FFFFFF;
	font-size: 13px;
	font-family: Verdana,Arial,Sans-Serif;
}
p 
{
	font-size: 13px;
	font-family: Verdana,Arial,Sans-Serif;
}
table a:hover
{
	color: Red;
	text-decoration: none;
	font-size: 17px;
}
table a 
{
	color: Navy;
	text-decoration: none;
	font-size: 17px;
}
table a.large:hover
{
	color: Red;
	text-decoration: none;
	font-size: 19px;
}
table a.large 
{
	color: Navy;
	text-decoration: none;
	font-size: 19px;
}