/* unvisited link */
a:link {
	color: #666666;
}

/* visited link */
a:visited {
	color: #666666;
}

/* mouse over link */
a:hover {
	color: #999999;
}

/* selected link */
a:active {
	color: #999999;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
.crvena {
	color: #990000;
	font-weight: bold;
}
.videozapisi {
	color: #990000;
	font-weight: normal;
	font-size: 16px;
}
.naslovi {
	color: #990000;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
}
.tekstovi {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	vertical-align: baseline;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-bottom: 20px;
}
