 
body { 
	color: black; 
	background: white; 
	background-image: url("tausta.jpg");
    background-repeat: no-repeat;
	background-position: 50% 0%;
	font-family: Palatino, Verdana, Arial, sans-serif;
    margin-left: 25%;
    margin-right: 25%;
	} 
p {
    font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12pt;
    }	
p.margin_left {
    margin
    }
h1 {
    font-family: Palatino Linotype, Verdana, Arial, sans-serif;
	font-weight: lighter;
	font-size: 30pt;
	text-align: center;
	}		

h2 {
    font-family: Palatino Linotype, Verdana, Arial, sans-serif;
	font-weight: lighter;
	font-size: 20pt;
	text-align: center;
	}		

h3 {
	font-weight: lighter;
	font-size: 16pt;
	text-align: center;
	}		
h4 {
	font-weight: lighter;
	font-size: 15pt;
	}
.nav { 
	position: static; 
	border-style: dotted; 
	background: #ffdddd; width: 500;  
	height: 2em; 
	word-spacing: 3em; 
	text-indent: 2em; 
	vertical-align: middle; 
	font-family: Verdana, Georgia, Arial, sans-serif;
	}
.navtext { 
	font-family: Verdana, Georgia, Arial, sans-serif; 
	font-size: 10pt; 
	background: #ffddcc; 
	} 
.movietext { 
	font-family: Georgia, Verdana, Arial, sans-serif; 
	font-size: 8pt 
	}
.test { display: inline}
table { 
	background: #eeeeee; 
	border-color: black;
	padding: 2px 0px 0px 2px; 
	font-size: 10pt;
	}
a:link { 
	color : #003399; 
	font-weight: bold; 
	background : transparent none; 
	text-decoration: none; 
	} 
a:visited { 
	color : #336633; 
	font-weight: bold; 
	background : transparent none; 
	text-decoration: none; 
	}
a:active { 
	color : red; 
	font-weight: bold;
	background : transparent none; 
	text-decoration: none; 
	} 
a:hover { 
	color : #663333; 
	font-weight: bold; 
	background : transparent none; 
  	text-decoration: none;
	} 

