body 
{background-color: black}
h1,h2,h3,h4,h5,h6 {color: #ffd700}
h1,h2,h5 {text-align: center}
h3,h4,h6 {text-align: left}
h5,h6 {font-family: verdana,arial; letter-spacing: 1px}
h1 {font-family: arial,verdana}
h2,h3,h4 {font-family: verdana,arial}
h1,h3,h5,h6 {font-size: 150%}
h2,h4 {font-size: 110%}
h1,h3,h4 {margin-left: 5%; margin-right: 5%}
p {color: ffd700; text-align: left; margin-left: 10%; margin-right: 10%; font-family: arial; font-size: 110%}
a {color: ffd700; font-family: showcard gothic,arial; font-size: 110%; text-decoration: none;} 
a.outset {border-style: outset; border-color: #ffd700; border-width: thick; padding: 0.1cm; font-family: showcard gothic,arial; font-size: 110%}
a.margin {color: #ffd700; font-family: verdana,arial; font-size: 110%; margin: 1cm 0cm 1cm 0cm}
a:link {color: #33ffff}     /* unvisited link */
a:visited {color: #33ffff}  /* visited link */
a:hover {color: #ffd700}   /* mouse over link */
a:active {color: #ff9900}   /* selected link */ 
ol.disc {list-style-type: disc; color: ffd700}
ol.circle {list-style-type: circle; color: ffd700}
ol.decimal {list-style-type: decimal; color: ffd700}

#menu       
{
width: 75%;
height: 70px;
margin-left: -302px;
position: absolute;
left: 50%;
visibility: visible;
padding: 0;
}
 
#menu ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
width: 13em;
float: left;
}
 
#menu a, #menu h2 {
display: block;
margin: 0;
padding-top:5px;
padding-bottom:5px;
padding-right:1px;
padding-left:1px;
}

#menu h2 {
font: bold 20px showcard gothic, 13px verdana, arial,helvetica;
color: gold;
background: #000000;
text-transform: uppercase;
}
 
#menu a {
font: bold 15px showcard gothic, 10px verdana, arial,helvetica;
border-width: 2px;
border-style: dotted;
border-color: gold;
color: gold;
background: #993300;
text-decoration: none;
}
 
#menu a:hover {
color: #33ffff;
background: #993300;
}
 
#menu li {position: relative;}
 
#menu ul ul {
position: absolute;
z-index: 500;
}
 
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
 
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}
 
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
 
table.Title {
width: 100%; 
float: center;
}
 
table.AdsRight {
width: 25%; 
float: right;
}
 
table.AdsLeft {
width: 25%; 
float: left;
}
 
table.MovieList {
width: 50%; 
float: center;
}
 
table.Center {
width: 100%; 
float: center;
margin: 35px 0px 0px 0px;
}