﻿.naslov {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
.podnaslov {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}
.text a:link {
	color: #007CC7;
}
.text a:visited {
	color: #007CC7;
	text-decoration: none;
}
.text a:active {
	color: #007CC7;
	text-decoration: none;
}
.text a:hover {
	color: #007CC7;
	text-decoration: underline;
}
.podpis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

ul {
	list-style-image: url("/Images/bullet.gif");
	position: relative;
	left: -28px;
	
	}	
