body {	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #999999;
}

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

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

a:hover {color: #333333; text-decoration: none}

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

/*Haupttitel gross grau*/
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;		
	color: #666666;
}

/*Seitentitel*/
.style2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

/*Menutitel*/
.style3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/*fett*/
.style4 {
	font-weight: bold;
}

/*schwarz*/
.style5 {
	color: #000000;
}

/*weiss*/
.style6 {
	color: #FFFFFF;
}

/*Bildtext grau*/
.style7 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	color:#333333;
}

.photoframe {border: 8px solid #CCCCCC}
