﻿.tagoviVelikiBox
{
	border: solid 0px Black;
	padding: 6px;
	background-color: #e0e0e0;
}

.tagoviSrednjiBox
{
	border: solid 0px Black;
	padding: 6px;
	width: auto;
	background-color: #f0f0f0;
	text-align: justify;
	font-family: Courier New;
	color: #505050;
	font-size: 14px;
	font-weight: normal;
}

a.lnkTagLink:link, a.lnkTagLink:visited, a.lnkTagLink:active
{
	background-color: inherit;
	font-family: Courier New;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-decoration: none;
	cursor: hand;
	color: #505050;
	font-size: 14px;
}
a.lnkTagLink:hover
{
	background-color: #505050;
	color: #f0f0f0;
}


