@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
	background-color: #454545;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 15px;
}
a:link {
	color: #15a0c1;
	text-decoration: underline;
}
a:hover {
	color: #b7c438;
	text-decoration: underline;
}
a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #990000;
	text-decoration: blink;
}
.kat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
	text-decoration: blink;
}
form {
	background-color: #999999;
}

