A {
	text-decoration : none;
	color : #A85C00;
	font-weight : bold;
}

A.a {
	text-decoration : none;
	color : Green;
	font-weight : bold;
}

BODY {
	background-color : #dbfdcc;
}

BODY.b {
	background-color : #FFFFdd;
}


A:HOVER {
	color : #FF8000;
}

A:HOVER.a {
	color : Blue;
}

font.nadpis {
	font-size : large;
	font-family : sans-serif;
	color : Black;
	font-weight : bold;
}

font.nadpisb {
	font-size : large;
	font-family : sans-serif;
	color : Red;
	font-weight : bold;
}

