@charset "utf-8";
/* CSS Document */
body{
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: justify;
	font-weight: normal;
}
body.ramka{
	background-color: #FFF1F0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: justify;
	font-weight: normal;
}
#tytul{
	font-weight: bold;
	text-align: center;
}
a:link{
	text-decoration: none;
	color: #008000;
}
a:visited
{
	color: #008000;
	text-decoration: none;
}
a:hover {
	color: #F90;
	font-weight: bold;
}
