
body 
{
/*næsten sort bkg*/
background-color: #111111;

/* font farve lysebrun */
font-family: verdana,arial,sans-serif;font-size:0.8em;color:#cca87b;
}

/*side titel */
h1 {margin: 0px;font-size:180%; color:#dd7548;}

/* movie taglines orange - uden blank linie efter */
h2 {margin: 0px;font-weight:bold;font-size:110%;color:#cca87b;}

/* page synopsis orange*/
h3 {margin: 0px;font-size:105%;color:#fa661C;}

/* kapitel overskrifter - uden blank linie efter. alm str fed */
h4 {margin: 0px;font-weight:bold;font-size:100%;color:#1c3b4f;}

/* lille billedtekst */
h5 {margin: 0px;font-size:80%;color:#000080;}

/* lys kontrast tekst - hvid */
h6 {margin: 0px;font-size:100%;color:#ff0000;}

p {margin: 0px;line-height:50px;color:#1c3b4f}

/* active link - orange */
a:link {color:#dd7548;font-weight:bold;font-size:100%;}

/* visited links - grå */
a:visited {color:#a4542f;font-size:100%;}

/* hover og active - dsy - mørkgrøngul */
a:hover {color:#669900;font-size:100%;}
a:active {color:#669900;font-size:100%;}

table 
    {
    table-layout: auto;
    align: left;
    text-align: top;
    }
th 
    {
    /* sort table header */	
    background:#000000;
    }
td
    {
    /* background:rgb(255,153,51); */
    vertical-align:top;	
    /* background-image: url(bkg-lightblue.gif);  */ 
    }
tr.light td 
    {
    /* grå */
    background:#222222;
    vertical-align:top;	
    }
tr.dark td
    {
    /* en anden grå ffe1ee*/
    background:#c0c0c0;
    vertical-align:top;	   
    }
caption 
    {
    text-align: left;
    font-weight: bold; 
    }
col
    {
    text-align:left;
    vertical-align:top;	
    width:15%;
    }
colgroup
    {
    text-align:left;
    vertical-align:top;	
    width:15%;
    }
