body 

{
/*grey*/
background-color: #000;

/* font farve bleg pink #efcdee */
font-family: verdana,arial,sans-serif;font-size:0.8em;color: #efcdee;
}

/*side titel mørk violet #580455  lidt lysere 83057F*/
h1 {margin: 0px;font-size:150%; color: #AF07A9; text-transform: uppercase;}


/* movie taglines - uden blank linie efter grøn  #6ea90f  lidt mørkere grøn #427204*/
h2 {margin: 0px;font-size: 130%;color: #cf6acb ;font-weight: bold;}

/* page synopsis  lys link grøn #75B006 */
h3 {margin: 0px;font-size: 105%;color: #cf6acb;font-weight: bold;}


p {margin: 0px;line-height:50px;color:#993300}

/* link - mediumpurple */
a:link {font-size:105%;color: #bf39ba;font-weight:bold;text-decoration: none; }

/* visited link - som h2 #ffcc66*/
a:visited {font-size:105%;color: #bf39ba;font-weight:bold;text-decoration: none; }

/* hover og active - darkmagenta */
a:hover {font-size:105%;color: darkmagenta;font-weight:bold;text-decoration: none; }

a:active {font-size:105%;color: gainsboro;font-weight:bold;text-decoration: none; }

table 
    {
    table-layout: auto;
    align: left;
    text-align: top;
    }
th 
    {
    /* dark green table header */	
    background:#427204;
    }
tr.blue th 
    {
    /* dark blue table header */	
    background:#ffffff;
    }
td
    {
    /* background:rgb(255,153,51); */
    vertical-align:top;	
    /* background-image: url(bkg-lightblue.gif);  */ 
    }
tr.light td 
    {
    /* lysegrå #ffebf3 */
    background:#f1f1f1;
    vertical-align:top;	
    }
tr.dark td
    {
    /* mørkegrå #ffe1ee*/
    background:#e9e9e9;
    vertical-align:top;	   
    }
caption 
    {
    text-align: left;
    font-weight: bold; 
    }


.thumb {
	BORDER-RIGHT: #bf39ba 1px solid; BORDER-TOP: #bf39ba 1px solid; 
	BORDER-LEFT: #bf39ba 1px solid; BORDER-BOTTOM: #bf39ba 1px solid
}


.pic {
	BORDER-RIGHT: #000066 1px solid; BORDER-TOP: #000066 1px solid; 
	BORDER-LEFT: #000066 1px solid; BORDER-BOTTOM: #000066 1px solid
}

.navi {
text-align: left
}


ul { 
list-style-type: none;
margin-left: 2;
} 

li { 
background: left center no-repeat;
padding-left: 5px;
margin-left: 5px;
margin-bottom: 15px;
} 


.cast ul, .cast li {
margin: 5;
padding: 0;
 }

.gallery img {
 border: 1px solid black;
 }

.gallery ul, .gallery li {
 list-style-type: none;
 display: inline;
 margin: 0;
 padding: 0;
 }

.imgnew {
 border: 0;
)

.gallery img {
 	BORDER-RIGHT: #bf39ba 1px solid; BORDER-TOP: #bf39ba 1px solid; 
	BORDER-LEFT: #bf39ba 1px solid; BORDER-BOTTOM: #bf39ba 1px solid;
 }

.gthumb {
	BORDER-RIGHT: #ff0000 2px solid; BORDER-TOP: #ff0000 2px solid; 
	BORDER-LEFT: #ff0000 2px solid; BORDER-BOTTOM: #ff0000 2px solid
}

.floatright
{
float: right;
margin: 0 20px 10px 10px;
border: 10px solid #253908;
}

.floatleft
{
float: left;
margin: 10px 20px 10px 10px;
border: 1px solid #FFAD3F;
}

hr {
	color: #580455;background-color: #580455;height: 5px;border: none; width: 600px;
	}

.copyright {
	font-family: verdana,arial,sans-serif;font-size:0.6em;color: #580455;
	}
