.titel {
	font-size: 20px;
	font-weight: bolder;
	font-variant: normal;
	letter-spacing: 12px;
	font-family: "Times New Roman", Times, serif;

}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-size: 12px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}
a:link {
	color: #0000FF;
	text-decoration: none;	
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 10px;
}

