@charset "iso-8859-2";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #B11E2E;
}

a:hover {
	text-decoration: none;
}

img {
	border: 2px solid #B11E2E;
}

strong {
	font-weight: bold;
}

select, option, input, textarea {
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

h1 {
	color: #B11E2E;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 18px;
}

li{
background: url('../images/li.jpg') top left no-repeat;
padding-left: 17px;
list-style-type: none;
margin-bottom: 8px;
}
