/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
	
	
	line-height:16px;
	background-image: url(http://www.massachusetts-fanclub.com/aa_images/background.jpg);
	background-repeat:repeat;
	background-color:#000000;
	
	margin: 0px;
}

.navbanner {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FF9933;
}

.koptitel {
	font-weight:bold;
	font-size:14px;
}

.subtitel {
	font-weight:bold;
	font-size:12px;
}

.notitie {
	font-size:9px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
	color: #FF9933;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}