html,body{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial,Verdana,Sans-serif;
	font-size: 14px;
}

.footer{
	color: #FFFFFF;
	font-family: Arial,Verdana,Sans-serif;
	font-size: 12px;	
}

.headline{
	color: #CC0000;
	font-family: Arial,Verdana,Sans-serif;
	font-size: 14px;
	font-weight: bold;		
}

.headline2{
	color: #CC0000;
	font-family: Arial,Verdana,Sans-serif;
	font-size: 18px;
	font-weight: bold;		
}

	a.categories:link { text-decoration:none; font-weight:bold; color:#CC0000; }
	a.categories:visited { text-decoration:none; font-weight:bold; color:#CC0000; }
	a.categories:hover { text-decoration:none; font-weight:bold; color:#000000;}
	a.categories:active { text-decoration:none; font-weight:bold; color:#CC0000; }
	a.categories:focus { text-decoration:none; font-weight:bold; color:#CC0000; }
	
	a.menu:link { text-decoration:none; font-size:12px; color:#000000; }
	a.menu:visited { text-decoration:none; font-size:12px; color:#000000; }
	a.menu:hover { text-decoration:underline; font-size:12px; color:#CC0000;}
	a.menu:active { text-decoration:none; font-size:12px; color:#000000; }
	a.menu:focus { text-decoration:none; font-size:12px; color:#000000; }
	
	a.menu2:link { text-decoration:none; font-size:14px; color:#000000; }
	a.menu2:visited { text-decoration:none; font-size:14px; color:#000000; }
	a.menu2:hover { text-decoration:underline; font-size:14px; color:#CC0000;}
	a.menu2:active { text-decoration:none; font-size:14px; color:#000000; }
	a.menu2:focus { text-decoration:none; font-size:14px; color:#000000; }
