.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333333;
	font-weight: normal;

}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight: bold;

}

BODY {
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #999999;
scrollbar-3dlight-color: #999999;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
} 
.standardtextbold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}
a:link {
	color: #c40000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #c40000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
    color: #f47c20;
}
a:active {
	text-decoration: none;
}
