/* Main Selectors */
body {
	background-color: #FFFF80;
	color: #003300;

}

a, a:visited {
	background-color: transparent;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;


}

a:hover {
	background-color: transparent;
	color: #009900;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;

}
h2 {
	font-size: 18px;
	text-decoration: none;
}

a.linkuj {
	color: #003300;
	text-decoration: none;
	font-size: 12px;
}
