/* 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;
}
.bijela {
	color: #FFFFFF;
	font-weight: bold;
}
