body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: repeat;
	background-color: #777777;
   font-family: "Trebuchet MS"; 
}

li, input, textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}

td {
    font-family: "Trebuchet MS";
	 font-size: 12px;
    color: #333333;
}

p {
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #333333;
    line-height: 130%;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	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: #777777;
	text-decoration : none;
}


.cursor {  cursor: pointer}

/* normal */
tr.movie_links1 td {
    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%
	 font-family: Tahoma;
}

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 {
    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%
	 font-family: Tahoma;
}

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; }

