BODY {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.tytul {
	color : navyblue;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.tekst {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: Black;
	text-decoration: none;
	font-weight: bolder;
}

A:VISITED  {
	color : black;
}

A:ACTIVE  {
	color : black;
}

A:HOVER  {
	color : #A92A28;
	
}

HR {
	height: 1pt;
}

.highlightit img{
border: 1px solid #ccc;
}

.highlightit:hover img{
border: 1px solid black;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}


