body
{
	font-size: 10pt;
	margin: 0px;
	font-family: Arial, Verdana;
}
.text
{
	font-size: 12pt;
	color: black;
	font-family: Arial, Verdana, Tahoma, Garamond;
}

.menu
{
	font-size: 8pt;
	color: black;
	font-family: Arial, Verdana, Tahoma, Garamond;
	background-color: gold;
}
A:link
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Verdana;
	text-decoration: none;
}
A:active
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Verdana;
	text-decoration: none;
}
A:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Verdana;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Arial, Verdana;
	text-decoration: underline;
}
TD
{
	font-size: 8pt;
	color: black;
	font-family: Arial;
}
.frame 
{
	background-color: #FFFFFF;  /* background is white */
	color: #000000;
	font-size: 11px;
	/* padding: 10px 20px; */
	border: 5px solid #000000;
}