body
{
	margin: 10 10 10 10;
	background-color: #000055;
	font-size: 8.0pt;
	font-family: Verdana;
	color: #ffffff;
}

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #00aaaa;
}
a:hover
{
	text-decoration: underline;
	color: #00aaff;
}

dd
{
	margin-left: 22px;
	text-indent: -22px;
	display:block;
}

ol.number
{
	list-style-type: decimal;
}

ol.loweralpha
{
	list-style-type: lower-alpha;
}

ol.upperalpha
{
	list-style-type: upper-alpha;
}

ol.upperroman
{
	list-style-type: upper-roman;
}

ol.lowerroman
{
	list-style-type: lower-roman;
}