/* CSS Document */

body {
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
	background-color: #696969;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #3300CC;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #990000;
}
a:link {
	text-decoration: underline;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.Stil3 {font-size: 13px; font-weight: bold; }
.Stil6 {font-size: 12px; color: #333333; }