
body {
	background-color: #333333;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
}
.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}

.text {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
}

a {
	font-size: 12px;
	color: #D20009;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #333333;
}
a:active {
	color: #CCCCCC;
}

