.informacjaRich
{
    color: Black;
    font-size: 10pt;
    text-align: left;
    padding: 5px;
}

.informacjaRich h1,
.informacjaRich h2,
.informacjaRich h3,
.informacjaRich h4,
.informacjaRich h5,
.informacjaRich h6
{
    color: Black;
    font-weight: bold;   
    background: none;
}

.informacjaRich h1 { font-size: 18pt; }
.informacjaRich h2 { font-size: 16pt; }
.informacjaRich h3 { font-size: 14pt; }
.informacjaRich h4 { font-size: 14pt; font-weight: normal; }
.informacjaRich h5 { font-size: 12pt; }
.informacjaRich h6 { font-size: 12pt; font-weight: normal; }

.informacjaRich ul
{
	list-style-type: disc;
	margin-left: 15px;
}
.informacjaRich ol
{
	list-style-type: decimal;
	margin-left: 15px;
}
.informacjaRich a:link
{
    color: Blue;
    text-decoration: underline;
}
.informacjaRich a:visited
{
    color: Navy;
}
.informacjaRich em
{
    font-style: italic;
}