@charset "utf-8";
a {
	font-weight: bold;
	color: #0066FF;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
body {
	background-image: url(pictures/pink-background-clouds1.jpg);
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img {
	border:0px;
}
.tablica {
	border-width: 4px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #8cbbf7;
	border-collapse: separate;
}
.prored {
	margin: 0px;
	padding: 0px;
}
.heading {
	font-size: 22px;
	font-weight: bold;
}
.lowerblack {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.lowerdashed {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.smallfont {
	font-size: 12px;
}
