.bgtopp {
	background-image: url(img/Topp.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;

}
.bgbunn {
	background-image: url(img/Bunn.jpg);
	background-repeat: repeat-x;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

