@charset "UTF-8";
.home {
	background-image: url(images/background_1.jpg);
	background-repeat: no-repeat;
}
.about {
	background-image: url(images/background_2.jpg);
	background-repeat: no-repeat;
}
.news {
	background-image: url(images/background_3.jpg);
	background-repeat: no-repeat;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.smalltext {
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	font-variant: normal;
	color: #FFFFFF;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #999999;
}
a:active {
	color: #CCCCCC;
}
