﻿body
{
	height: 95%;
	width: 95%;
	font-family:Arial;
}
table
{
	width: 100%;
	height: 100%;
}
A
{
	text-decoration: none;
	color: #7799EE;
	font: 14pt Arial;
	font-weight: bold;
}
A.HiLight
{
	text-decoration: none;
	color: yellow;
	font: 14pt Arial;
	font-weight: bold;
}
A:hover
{
	text-decoration: none;
	color: blue;
}


