body {
	background-color: #333333;
}
.welcome {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.text {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.footer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.footer a, a:hover, a:visited, a:link, a:active{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}