body 
{
/* hvid */
background-color: #ffffff;

/* font farve mørkeblå font-weight:bold; */
font-family: verdana,arial,sans-serif;font-size:0.8em;color:#000066;
}

/*side titel */
h1 {margin: 0px;font-size:200%; color:#000066;}

/* movie taglines - uden blank linie efter */
h2 {margin: 0px;font-size:130%;color:#000066;font-weight:bold;}

/* page synopsis */
h3 {margin: 0px;font-size:105%;font-weight:bold;color:#000066;}

/* kapitel overskrifter - uden blank linie efter. alm str fed */
h4 {margin: 0px;font-weight:bold;font-size:100%;color:#663300;}

/* 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}
*/

p {margin: 0px;color:#000066}

/* link - orange m rød understregning */
a:link {color:#ff6633;
	font-size:100%;
	font-weight:bold;
	text-decoration: none;

	border-bottom: 1px dotted #ff0000;}

/* visited link - mørkeblå med rød understregning  */
a:visited {color:#000066;
	font-size:100%;
	font-weight:bold;
	text-decoration: none;

	border-bottom: 1px dotted #ff0000;}

/* hover og active - dsy - mørkgrøngul */
a:hover {color:#669900;font-size:100%;}

a:active {color:#669900;font-size:100%;}

/* image link borders */
a img {border-color: #000033; 
	border-width: 1px;} 


/* Ruler definition, orange */
hr { height:0px; 
        border:0px; 
        border-top:1px solid #ff9933; }

.nb

table 
    {
    table-layout: auto;
    align: center;
    text-align: top;
    }
th 
    {
    background: rgb(144,144,185);
    font-weight: bold;color: #ffffff;
    text-align: left;	
    }
td
    {
    background:rgb(192,192,192);
    vertical-align:top;	   
    }
tr.light td 
    {
    background:rgb(250,250,250);
    vertical-align:top;	
    }
tr.dark td
    {
    background:rgb(245,245,245);
    vertical-align:top;	   
    }
tr.bottom td
    {
    background:rgb(144,144,185);
    vertical-align:top;
	float: left;	   
    }
caption 
    {
    text-align: left;
    font-weight: bold;color: #FF6633;
	font-size:105%; 
    }
/*
col
    {
    text-align:left;
    vertical-align:top;	
    width:15%;
    }
colgroup
    {
    text-align:left;
    vertical-align:top;	
    width:15%;
    }

.gallery { list-style-type: none; }
.gallery li { float: left}
*/
