/* CSS Document */

body {
background-color:#FFFFFF;
margin: 0px;
padding: 0px;
font-family:Tahoma;
font-size:15px;
}

#content {
padding: 10px;
background-image:url(../images/joba_speedway_04.jpg);
background-repeat:no-repeat;
}

#content_czysty {
padding: 10px;
background-image:url(../images/czyste_tlo_04.jpg);
background-repeat:no-repeat;
}

.style1 {
	color: #990000;
	font-weight: bold;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}

