body 
{
/*black*/
background-color: #001900;

/* font farve fff5d7 */
font-family: verdana,arial,sans-serif;font-size:0.8em;color:#fff5d7;
}

/*side titel ff9933 - en orange eller ffcc30 */
h1 {margin: 0px;font-size:150%; color: #ffcc63;}

/* movie taglines - uden blank linie efter #ffcc66 */
h2 {margin: 0px;font-size: 130%;color: #ffcc66;font-weight: bold;}

/* page synopsis salmon darkorange */
h3 {margin: 0px;font-size: 105%;color: #fff6d7;font-weight: bold;}

/* kapitel overskrifter - uden blank linie efter. alm str fed */
h4 {margin: 0px;font-size: 100%;color: #663300;font-weight: bold;}

/* rød fremhævning af ord */
h5 {margin: 0px;font-size: 100%;color: red;}

/* rød fremhævning af ord */
h6 {margin: 0px;font-size: 100%;color: green;}

p {margin: 0px;line-height:50px;color:#993300}

/* active link - orange som h1 #ff9933*/
a:link {font-size:105%;color: #ff9933;font-weigth:bold;}

/* visited link - som h2 #ffcc66*/
a:visited {font-size:105%;color: brown;font-weigth:bold;}

/* hover og active - red */
a:hover {font-size:105%;color: red;font-weigth:bold;}
a:active {font-size:105%;color: red;font-weigth:bold;}

table 
    {
    table-layout: auto;
    align: center;
    text-align: top;
    }
th 
    {
    background:rgb(0,41,0);
    }
td
    {
    background:rgb(0,25,0);
    vertical-align:top;	   
    }
tr.light td 
    {
    background:rgb(0,41,0);
    vertical-align:top;	
    }
tr.dark td
    {
    background:rgb(0,33,0);
    vertical-align:top;	   
    }
caption 
    {
    text-align: left;
    font-weight: bold;color:#FFFAEB; 
    }
col
    {
    text-align:left;
    vertical-align:top;	
    width:15%;
    }
colgroup
    {
    text-align:left;
    vertical-align:top;	
    width:15%;
    }

