@charset "iso-8859-2";


body {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	background-color: #FFF;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #282f4d;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color:#555;
	}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	color: #282f4d;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	color: #555;
}
h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #282f4d;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	color: #282f4d;
	text-align: center;
}
span1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #282f4d;
}
span2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #555;
	font-weight: bold;
	border-bottom: 2px solid #282f4d;
}
a {
	font-size: 18px;
	color: #282f4d;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #282f4d;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #282f4d;
}


	