@charset "utf-8";
body,td,th {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
body {
	background-image:url(background.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#ffffcc;
	}

.text {
	font-size:12px;
	color:#000000;
	}
.stil1 {
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	}
.stil2 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	}

a:link {
	color:#000000;
	text-decoration:none;
	}
a:visited {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#666666;
	text-decoration:underline;
	}
a:active {
	color:#000000;
	text-decoration:none;
	}