a, a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
#menu a, #menu a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
	font-weight: 100;
	padding-left: 5px;
	padding-right: 5px;
}
#menu a:hover {
	color: #00A5DF;
}

a.rlink {
	display: block;
	float: right;
}
a.poweredby, a.poweredby:visited {
	float: right;
	font-size: 8pt;
	color: #00A5DF;
}
a.poweredby:hover {
	color: #fff;
	text-decoration: none;
}
a.zamknij {
	float: right;
	margin: 3px;
}