h1
{
	font-weight: bold;
	font-size: 16pt;
	color: #000091;
	font-family: Verdana;
}
h2
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
}
h3
{
	font-size: 6pt;
	font-family: Verdana;
	font-weight: bold;
}
h4
{
	font-size: 6pt;
	font-family: Verdana;
	font-weight: bold;
}

TD
{
	font-size: 10pt;
	font-family: Verdana;
}
A {color:#0080ff; text-decoration:none}
A:hover
{
	color: maroon;
	text-decoration: none;
}
A:visited
{
	color: green;
	text-decoration: none;
}
OL
{
	font-family: Verdana;
	font-size: 10pt;
}
UL
{
	font-family: Verdana;
	font-size: 10pt;
	list-style-type: none;
	width: 100%;
}
li
{
    flex: 0 0 50%;
    border: 0px;
    padding: 1em;
}
P
{
	font-family: Verdana;
	font-size: 10pt;
}