body {
	background-color: #BEBEBE;
}
.textorange {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
.textnormal {
	font-family: tahoma;
	font-size: 11px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
