BODY, TD, DIV, P, OL, UL {
	color : Black;
	font-family : sans-serif;
	font-size: 14px;
}

p.first:first-letter {
	font-size: 400%;
	color: #6495ED;
	float: left;
}

a {
	color: Blue;
	font-family : sans-serif;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}
div.title {
	font-family: serif;
	font-size : 30px;
	color : Black;
	text-transform : uppercase;
}
div.autor {
	font-family: serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
.white {
	background-color : #6495ED;
	color : White;
	font-family : sans-serif;
	font-size : 18px;
	font-style : italic;
	font-weight : bold;
}
p.small{
	font-family: serif;
	font-size : 12px;
}
p.smallname {
	font-weight : bold;
}
p.podzag {
	font-weight : bold;
}

li {
	text-align: justify;
}