body
{
	font-family: monospace, Courier;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #5588bb;
	background-color: #ffffff;
}

a:link
{
	text-decoration: none;
	color: #5588ff;
	border-bottom: 1px dotted #5588ff;
}

a:active
{
	text-decoration: none;
	color: #4444ff;
	border-bottom: 1px dotted #4444ff;
}

a:visited
{
	text-decoration: none;
	color: #5588ff;
	border-bottom: 1px dotted #5588ff;
}

a:hover
{
	text-decoration: none;
	color: #ffffff;
	background-color: #5588ff;
	padding: 2px;
	border-radius: 2px;
}

div#content
{
	text-align: center;
}



