@charset "UTF-8";

pre {text-indent: 30px} 

#castmenu { 
color: #000;  
margin: 35px 0px 0px 0px; 
padding: 0px; z-index: 1; 
text-align:center;
} 

#castmenu li { 
display: inline; 
overflow: hidden; 
list-style-type: none; } 

#castmenu li a { 
color: #000000; 
background: silver; 
font: normal 1.3em verdana, Arial, sans-serif; 
border: 1px solid black; 
padding: 2px 5px 0px 5px; 
margin: 0px; 
text-decoration: none; cursor:hand; 
} 

#castmenu li a:hover {
background: #444444;
color: #ffffff;
}

#cast { 
padding: 20px 10px; 
text-align:justify;
font-weight:300;
font-size:11px;
z-index: 2;
}


#cast a {
text-decoration: none;
color:#000000;
}

#cast a:hover {
text-decoration: underline;
color:#0000FF;
}

#cast img { float:left; margin: 10px 10px 10px 0px; border:none; }
#cast a img {border:none;margin:5px 2px;}