body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: repeat;
	background-color: #000000;
    font-family: "Trebuchet MS";
}

li, input, textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

td {
    font-family: "Trebuchet MS";
	font-size: 12px;
    color: #000000;
}

p {
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #000000;
    line-height: 130%;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-repeat: no-repeat;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #D32B39;
	text-decoration : none;
}

a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #D32B39;
	text-decoration : none;
}

a:hover, a:hover:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration : none;
}

.cursor {  cursor: pointer}

/* home links */

/* normal */
tr.movie_links1 td {
    display: block;
    font-size: 12px;
    text-decoration: none;
    outline: none;
    /* background-image: url(../images/home_links.gif); */
    height: 20px;
    vertical-align: middle;
    padding-left:10px;
    padding-right:5px;
    width:100%
    background-color: black;
}

tr.movie_links1 td {
	display: block;
	background-color: black;
}

tr.movie_links1 td A:link { color: white; outline: none; font-size: 12px; }
tr.movie_links1 td A:active { color: white; outline: none; font-size: 12px; }
tr.movie_links1 td A:hover { color: white; outline: none; font-size: 12px; }
tr.movie_links1 td A:visited { color: white; outline: none; font-size: 12px; }

/* selected */
tr.movie_links_on1 td {
	display: block;
    font-size: 12px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    /* background-image: url(../images/home_links1.gif); */
    height: 20px;
    vertical-align: middle;
    padding-left:10px;
    padding-right:5px;
    width:100%
    background-color: black;
}

tr.movie_links_on1 td A:link { color: black;  outline: none; font-size: 12px; }
tr.movie_links_on1 td A:active { color: black;  outline: none; font-size: 12px; }
tr.movie_links_on1 td A:hover { color: black;  outline: none; font-size: 12px; }
tr.movie_links_on1 td A:visited { color: black;  outline: none; font-size: 12px; }


.nasloviT {
	display:block;
	width:100px;
	background-color:black;
	color:white;
	cursor: pointer;
}

.nasloviToff {
	display:block;
	width:100px;
	background-color:white;
	color:black;
	cursor: pointer;
}


