.kategorija {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D1D1D1;
	background-color: #787878;
	padding-left: 5px;
	height: 25px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #4a4a4a;
	border-left-width: 1px;
	border-left-color: #4A4A4A;
}
.border_bottom_left {
	background-color: #787878;	
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #4a4a4a;
	border-left-width: 1px;
	border-left-color: #4A4A4A;
}
.kategorija_border {
	background-color: #787878;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #4A4A4A;
	border-right-color: #4A4A4A;
}
.forumi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #787878;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #4A4A4A;
	border-left-color: #4A4A4A;
	padding: 3px;
	color: #D1D1D1;
}
body {
	background-color: #5E5E5E;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D1D1D1;	
}
a:link {
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #D1D1D1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #5E5E5E;
}
a:active {
	text-decoration: none;
	color: #5E5E5E;
}
.text {
	color: #D1D1D1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}