@charset "utf-8";
/* CSS Document */
body {
	background-color:#989898;
	background-image:url(../images/background2.png);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:blue;
	text-decoration:none;
}
a:focus {
	color:red;
	text-decoration:underline;
}
a:active {
	color:red;
	text-decoration:underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	margin: 0;
	top: 0;
}
h2 {
	font-size:0px; 
	color:#999999;
}
.fett {
	font-weight: bold;
}
.red {
	color:#F00;
}
