body
{
    background-image: url('pozadi3.jpg');
    margin: 0;
	padding: 0;
}

div
{
	position: relative;
	width: 770px;
	margin: 0 auto 0 auto;
	padding: 0 2px 0 2px;
	border: 1px solid; color: black;
    font-family: Arial, "Arial CE", sans-serif;
    font-size: 16px;
}

.sp1
{
    text-align: center;
    font-size: 12px;
	width: 153px;
	height: 18px;
    background-color: #ff0000;
    color: white;
	font-weight: bold;
    font-family: Tahoma, sans-serif;
}

.sp2
{
    text-align: center;
    font-size: 12px;
	width: 153px;
	height: 18px;
    background-color: black;
    color: white;
	font-weight: bold;
    font-family: Tahoma, sans-serif;
}

.sp1 a, .sp2 a
{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.sp1 a:hover, .sp2 a:hover
{
    color: white;
    text-decoration: underline;
}

img
{
    padding: 0px;
    margin: 2px;
    border: 0px;
}

a
{
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #ff0000;
    text-decoration: underline;
    font-weight: bold;
}

#td1
{
    text-align: center;
	width: 766px;
    height: 18px; 
    background-color: black; 
    font-family: Tahoma, sans-serif;
    font-size: 10px;
    color: white; 
    font-weight: bold;
}

#td1 a, #td2 a
{
    color: white; 
    text-decoration: none;
}

#td1 a:hover, #td2 a:hover
{
    color: white; 
    text-decoration: underline;
}

#td2
{
    text-align: center;
	width: 766px;
    height: 18px; 
    background-color: #ff0000; 
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: white; 
/*    font-weight: bold;*/
}

