/* CSS Document */


h1 {
	font-size: 40px;
	font-weight: normal;
}
h2 {
	font-size: 17px;
	font-weight: normal;
}
h3 {
	font-size: 10px;
	font-weight: normal;
}
h4 {
	font-size: 14pt;
	font-weight: normal;
	font-family: Haettenschweiler;
}
td {
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: normal;
}
p {
	font-size: 25pt;
	font-family: Haettenschweiler;
}
span {
	font-size: 10pt;
	font-family: sans-serif;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none;
	color: #00FFFF;
}
a:hover {
	text-decoration: none;
	color: #FFCCFF;
}
a:active {
	text-decoration: blink;
	color: #00FFFF;
}
div {
	font-family: sans-serif;
	font-size: 13px;
}
em {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-weight: normal;
}
