body
{
	color: #333333;
	font-family: sans-serif;
}

div
{
	font-size: 9pt;
	margin: 2em;
}

.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a
{
	font-weight: bold;
}

a:link
{
	color : #1E006F;
	text-decoration: none
}

a:visited
{
	color : #1E006F;
	text-decoration: none
}

a:active
{
	color : #333333;
	text-decoration: none
}

a:hover
{
	color : #666666;
	text-decoration: none
}
