BODY { 

    background: white; 
    color: black;
    }

A {
    text-decoration: none
     }
A:link {
	FONT-WEIGHT: bold; COLOR: blue; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: bold; COLOR: blue; TEXT-DECORATION: none
}
A:active {
	FONT-WEIGHT: bold; COLOR: blue; TEXT-DECORATION: none
}

A:hover {
    text-decoration: underline;
    color: red;
    }    
    
.Nadpis1{
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	text-align : center;	
	color : blue;
}

.Nadpis2{
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	text-align : center;	
	color : blue;
}

.Nadpis3{
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	text-align : center;	
	color : blue;
}

.Nadpis4{
	font-size : 8pt;
	font-family : Arial;
	font-weight : bold;
	text-align : center;	
	color : blue;
}

.Text1{
	font-size : 12pt;
	font-family : Arial;
	text-align : center;	
}

.Text2{
	font-size : 10pt;
	font-family : Arial;
	text-align : justify;	
}

.Text3{
	font-size : 10pt;
	font-family : Arial;
	text-align : left;	
	font-weight : bold;
	color : RED;
}

.Text4{
	font-size : 10pt;
	font-family : Arial;
}


.Text5{
	font-size : 10pt;
	font-family : Arial;
	text-align : center;	
	font-weight : bold;
	color : RED;
}

.Text6{
	font-size : 10pt;
	font-family : Arial;
	text-align : center;	
	font-weight : bold;

}

.Text7{
	font-size : 10pt;
	font-family : Arial;
	text-align : left;	
	font-weight : bold;
	color : yellow;
}

.Text8{
	font-size : 10pt;
	font-family : Arial;
	text-align : center;	


}

.Text9{
	font-size : 8pt;
	font-family : Arial;
	text-align : justify;	
}

