﻿body
{
	line-height: 125%;
	font-family: Arial;
	font-size: 12pt;
}

.Label
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bolder;
}
TR
{
	border-bottom-style: solid;
	border-right-style: solid;
	border-collapse: collapse;
	border-top-style: solid;
	border-left-style: solid;
}
EM
{
	color: red;
}
A:hover
{
	color: lime;
}
