.text{
	font-family : tahoma;
	color :Blue;
	font-size : 12px;
	font-weight :500;
	text-decoration : none;
}

.nadpis{
	font-family : tahoma;
	color : Red;
	font-size : 16px;
	font-weight : 900;
	text-decoration : none;
}

.exo{
	color :  #2A0E72;
	font-family : Tahoma;
	font-size : 10px;
	font-style : italic;
	font-weight : 400;
	background-image : url(../images/bg_exo.jpg);
}

.exo a{
	color : #2A0E72;
	font-family : Tahoma;
	font-size : 10px;
	font-style : italic;
	font-weight : 400;
	text-decoration : none;
}

.exo a:hover{
	color :  #FF0000;
	font-family : Tahoma;
	font-size : 10px;
	font-style : italic;
	font-weight : 400;
	text-decoration : none;
}

.bg_bok{
	color : #FFFFE0;
	font-family : tahoma;
	font-size : 14px;
	font-weight : 700;
	text-decoration : none;
	font-style : italic;
}

.bg_bok a{
	color : #FFFFE0;
	font-family : tahoma;
	font-size : 14px;
	font-weight : 700;
	text-decoration : none;
	font-style : italic;
}

.bg_bok a:hover{
	color : yellow;
	font-family : tahoma;
	font-size : 14px;
	font-weight : 700;
	text-decoration : none;
	font-style : italic;
}

.but{
	color : #FFFFFF;
	font-family : tahoma;
	font-size : 14px;
	font-weight : 700;
	text-decoration : none;
	font-style : italic;	
	background-color :Blue;
}

