body {
        background: #F0F0F0;
        margin-top: 25px;
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 25px;
        color: #000000;
        font-size: 19px;
        font-family: Georgia;
}

h1 {
        color: #C20011;
        font-family: Georgia;
        font-size: 42px;
        text-align: center;
}

h2 {
        color: #C20011;
        font-family: Georgia;
        font-size: 22px;
        text-align: left;
}

h3 {
        color: black;
        font-family: Georgia;
        font-size: 19px;
        text-align: left;
        font-weight: bold;
}

h4 {
        color: #C20011;
        font-family: Georgia;
        font-size: 30px;
        text-align: center;
}

h5 {
        color: #000000;
        font-family: Georgia;
        font-size: 22px;
        text-align: center;
	   font-style: italic;
}

hr {
        border: 0;
        width: 100%;
        color: #c20011;
        background-color: #C20011;
        height: 3px;
}

a:link {
        background: none;
        color: #c20011;
        text-decoration: none;
}

a:visited {
        background: none;
        color: #c20011;
        text-decoration: none;
}

a:active {
        background: none;
        color: #c20011;
        text-decoration: none;
}

a:hover {
        background: none;
        color: #c20011;
        text-decoration: underline;
}

table {
	border: 2px solid #c20011;
	border-spacing: 10px;
	border-collapse: collapse;
	font-size: 14px;
	font-family: Verdana;
	background: #FFFFDD;
}

td {
	padding: 7px 10px 7px 10px;
	border: 1px solid #c20011;
	font-family: Verdana;
	background: #FFFFDD;
}

th {
	background: #c20011;
	color: #ffffff;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
}

tr.wiersz_podswietlony:hover td {
	background-color: gold;
}

a.th:link {
        background: none;
        color: white;
        text-decoration: none;
}

a.th:visited {
        background: none;
        color: white;
        text-decoration: none;
}

a.th:active {
        background: none;
        color: white;
        text-decoration: none;
}

a.th:hover {
        background: none;
        color: gold;
        text-decoration: none;
}


p.ok {
	color: #00ff00;
}

p.blad {
	color: #ff0000;
}

input,textarea{
	margin: 2px;
	background: #FFFFDD;
	color: black;
	border:1px #c20011 solid;
}