@charset "iso-8859-2";


body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #FFF;
}
h1 {
	
	font-size: 24px;
	color: #0066cc;
	font-variant: small-caps;
	text-align:center;
}
h2 {
	font-variant: small-caps;
	font-size: 24px;
	color:#555;
	}
h3 {
	font-variant: small-caps;
	font-size: 20px;
	color: #900;
	text-align:center;
}
h4 {
	font-variant: small-caps;
	font-size: 21px;
	color: #555;
}
h5 {
	font-variant: small-caps;
	font-size: 20px;
	color: #555;
	text-align:center;
}
h6 {
	font-variant: small-caps;
	font-size: 22x;
	color: #555;
	text-align:center;
	}
span1 {
	font-variant: small-caps;
	font-size: 18px;
	color: #0066cc;
}
span2 {
	font-variant: small-caps;
	font-size: 22px;
	color: #555;
	font-weight: bold;
	border-bottom: 2px solid #0066cc;
}

a {
	font-size: 18px;
	color: #0066cc;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066cc;
}
a:hover {
	text-decoration: none;
	color: #555;
}
a:active {
	text-decoration: underline;
	color: #0066cc;
}


	