/* CSS Document */
html, body {
	margin: 0px;
}
div, table, th, td {
	color: #330000;
	font: 13px Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(grafika/bgr.jpg);
}
.kontent {
    text-align: justify;
}
A.footer {
    color: #efca79;
}

A.footer:visited {
    color: #efca79;
}

A.footer:active {
    color: #efca79;
	text-decoration: underline; 
}
A.footer:hover {
    color: #efca79;
	text-decoration: underline; 
}
A { 
color : #330000;
text-decoration: none; 
}

A:visited { 
color : #330000; 
text-decoration: none; 
}

A:active { 
color : #990033; 
text-decoration: none; 
}

A:hover { 
color : #BC0000; 
text-decoration: none; 
}

A.quick { 
color : #330000;
text-decoration: underline; 
}

A.quick:visited { 
color : #330000; 
text-decoration: underline; 
}

A.quick:active { 
color : #990033; 
text-decoration: underline; 
}

A.quick:hover { 
color : #BC0000; 
text-decoration: underline; 
}