body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	margin: 0;
	padding: 0;
	border: none;
}


.underlined {
	border-bottom: 1px solid #00A8FF;
}

a.menu:link, a.menu:visited {
	text-decoration: none;
	font-weight:bold;
	color: #555555;
}
a.menu:hover, a.menu:active {
	text-decoration: underline;
}

a.topmenu:link, a.topmenu:visited {
	text-decoration: none;
	font-weight:bold;
	color: #999999;
}
a.topmenu:hover, a.topmenu:active {
	text-decoration: underline;
}

a:link, a:visited {
	text-decoration: underline;
	color: #108F02;
}
a:hover, a:active {
	text-decoration: none;
}
