
body 
{
/*hvid bkg*/
background-color: #ffffff;

/* font farve Dacascos sortblå #1c3b4f - nu marine 000080 */
font-family: verdana,arial,sans-serif;font-size:0.8em;color:#1c3b4f;
}

/*side titel */
h1 {margin: 0px;font-size:200%; color:"#1c3b4f";}

/* movie taglines - uden blank linie efter */
h2 {margin: 0px;font-size:130%;color:#1c3b4f;}

/* page synopsis */
h3 {margin: 0px;font-size:105%;color:#1c3b4f;}

/* 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 - dark orange red */
a:link {color:#000080;font-size:100%;}

/* visited link - mwr - mørkebleg-rød */
a:visited {color:#808080;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 
    {
    /* navy table header #c80055 #000066-marine */	
    background:#1c3b4f;
    }
tr.blue th 
    {
    /* navy table header */	
    background:#c80055;
    }
td
    {
    /* background:rgb(255,153,51); */
    vertical-align:top;	
    /* background-image: url(bkg-lightblue.gif);  */ 
    }
tr.light td 
    {
    /* lysegrå #ffebf3 */
    background:#cccccc;
    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%;
    }
