/* CSS Document */
body {
 background-color:#cccccc; background-image: url("../images/first_right_bg.jpg"); background-position:bottom right; background-repeat:no-repeat;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin:0;
 color: #000000;
}

.nazva {
	font-size: 15px;
	color: #000000;
	font-weight: bold;  text-transform:uppercase;
}

a.nazva, a.nazva:visited, a.nazva:active, a.nazva:hover, a.nazva:link {
	font-size: 16px;
	color: #000000;
	font-weight: bold;  text-decoration:none;
}

a.red, a.red:visited, a.red:active, a.red:hover, a.red:link {
	font-size: 16px;
	color: #f00;
	font-weight: bold;  text-decoration:none;
}
#sape {
	float: left;
	color: #CCCCCC;
}
