BODY {
	background-color : white;
	color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

A:VISITED {
	color : #333333;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
} 

A:LINK {
	color : #333333;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

A:HOVER {
	color : #333333;
	font-weight : none;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

A:ACTIVE {
	color : #333333;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px; 
}

.headline {
	font-size : 10px;
	font-weight : bold; 
}

.headline2 {
	font-size : 11px;
	font-weight : bold;
}

.headline3 {
	font-size : 10px;
}	

.subtitle {
	font-size : 9px;
}	

.norm {
	font-size : 11px;
}	

H1 {
	font-size : 18px;
	font-weight : bold;
}

