body {
	font-family: "Times New Roman CE", "Times New CE", "Times CE", "Times New Roman", Times, serif;
	font-size: 16px;
	color: Black;
	margin-left: 0px;
	background-color: Silver;
	margin-top: 0px;
}
#pozadi {
	background-color: #99CCFF;
	padding: 10px 10px 10px 10px;
	width: 60%;
	height: 1000px;
        margin-left: 20%;
}
h1 {
	color: #CC3300;
}
#data {
	font-style: italic;
}
#text {
	text-align: justify;
}
a {
	font-weight: bold;
	color: #FF9900;
	background-color: #003366;
	border: 1px solid Black;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Arial CE", "Helvetica CE", Arial,   Helvetica, sans-serif;
	font-size: 110%;
}