.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	word-spacing: normal;
}
body {
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:hover {
	color: #990000;
}
a:active {
	color: #FF0000;
}
