.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #585860;
	font-weight: normal;
}
body {
	margin: 0px;
	padding: 0px;
}
.textlink:link,
.textlink:active,
.textlink:visited {
	color: #585860;
	text-decoration: none;
	font-weight: bold;
}

.textlink:hover {
	color: #585860;
	text-decoration: underline;
}
