body {
	font-family : arial;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color : #F5F5F5;
}

.nadpis
{
	text-align : center;
	font-size: 25px;
	font-weight : bold;
	font-style : normal;
	color : #191970;
	line-height : 40px;
}

.text1
{
	font-size: 15px;
	font-weight : bold;
	font-style : normal;
	color : #483D8B;
}

.text2
{
	font-size: 14px;
	font-weight : bold;
	font-style : normal;
	color : Black;
	margin-left : 30px;
}

.ram 
{
	border : 1px solid Silver;
	background-color: White;
	padding : 10px;
	margin : 10px;
}

.datum
{
	text-align : justify;
	font-size: 12px;
	font-weight : normal;
	font-style : italic;
}

.ram2 
{
	border-top : 1px solid #FEDB4E;
	border-bottom : 1px solid #FEDB4E;
	background-color:#FCF1C7;
}

	A:link {
	COLOR: #1E90FF;
	TEXT-DECORATION:none;
	font-size : 13px;
	font-weight : normal;
}
	A:visited {
	COLOR: #1E90FF;
	TEXT-DECORATION:none;
	font-size : 13px;
	font-weight : normal;
}
	A:active {
	COLOR: #1E90FF;
	TEXT-DECORATION:none;
	font-size : 13px;
	font-weight : normal;
}
	A:hover {
	COLOR: #8A2BE2;
	TEXT-DECORATION:none;
	font-size : 13px;
	font-weight : normal;
}

