<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {
      color:#000000;
      background-color:black;
	  color:white ;
      font-size:small;
      font-family: Verdana, Helvetica, Arial, sans-serif;
      line-height:1.6 em; 
      }  

h1 {
  	 text-align:center;
   }
.center { 
  	  text-align:center; }
      

.allcontent {
    width:1024px;
    margin:auto;
 }
   
#plot {
width:800px ;
 padding-right:20px;
  padding-bottom:20px;
 padding-left:20px;
 margin-left:20px;
 text-align:center; 
 line-height:1;
 
 }


#actors { 
  border-style:solid;
  border-color:black;
  border-width: thin;
  border-top:10px;
  width:160px;
 padding-right:20px;
 padding-bottom:20px;
 padding-top:20px;
 padding-left:20px;
 margin-left:20px;
 text-align:center; 
 line-height:1;
 float:right;
 }


  
 
 </pre></body></html>