/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/hintergrund.jpg);
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

a:link {
	color: #336600;
}
a:visited {
	color: #336600;
}
a:hover {
	color: #336600;
}
a:active {
	color: #336600;
}