@charset "utf-8";
/* CSS Document */
body {background: #124f90 url(../img/purple.jpg) no-repeat top; font-family: Arial, Helvetica, sans-serif;
text-align: left; color: #fff;}

.black {background: #000 url(../img/bg_black.jpg) no-repeat top;}
.green {background: #5c8100 url(../img/bg_green.jpg) no-repeat top;}
.pink {background: #90128d url(../img/bg_pink.jpg) no-repeat top;}
.purple {background: #531290 url(../img/bg_purple.jpg) no-repeat top;}
.red {background: #90131b url(../img/bg_red.jpg) no-repeat top;}
.seagreen {background: #13908a url(../img/bg_seagreen.jpg) no-repeat top;}
.yellow {background: #d8cd0f url(../img/bg_yellow.jpg) no-repeat top;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	outline: 0;
	font-weight: normal;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#nowy {
	font-size: 18px;
}


#container #lewa #tresc .box .tresc p a {
	font-size: 18px;
	color: #03F;
}
