a img, *:link img, *:visited img /* probuje usuwac ramke wokó³ obrazka */
{
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;

}

.secondary .sb-asides span { /* czerwony w linkach */
	color: #CC0033;
	font-weight: bold;
	margin-left: 5px;
	}

.secondary a { /* czerwony w linkach i pogrubienie*/
	color: #CC0033 !important;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	}

.secondary a:hover { /*  czerwony w linkach i pogrubienie*/
	color: #CC0033 !important;
	font-weight: bold;
	font-size: 1.4em;
	text-align: left;
	}

.entry-content a:visited /* czerwony kolor w linkach odwiedzonych w body */
{
color: #bb4411;

}
