/* CSS Document */

body {background-image:url(kuvat/tausta.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;}
	
body {margin-top: 32px;
	margin-left: 32px;}
	
table.ylaulko {height: 150px;}
			   				
table.ylasisa {height: 140px;
			   background-image:url(kuvat/kollaasi.jpg);}

table.sisalto {height: 300px;}

td.no {border-width: 0px;}
	
td {background-repeat: repeat;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	border-top-style: dashed;
	border-color: #550000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;}
    	
.style1 {font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: underline;}
	
.style2 {font-family: Arial, Helvetica, sans-serif;
		color: #550000;
		font-size: 14px;
		text-decoration: none;}

.style3 {font-family: Arial, Helvetica, sans-serif;
		color: #550000;
		font-weight: bold ;
		font-size: 14px;
		text-decoration: none;}
		
.style4 {font-family: Arial, Helvetica, sans-serif;
	    color: #FFFFFF;
	    font-size: 14px;
	    font-weight: bold;
	    background-color: #550000;}
	
.style5 {font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 6px;
		text-decoration: none;}

.style6 {font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bolder;}
			
.style7 {font-family: Arial, Helvetica, sans-serif;
		color: #550000;
		font-weight: bold ;
		font-size: 14px;
		text-decoration: underline;}
		
.style8 {font-family: Arial, Helvetica, sans-serif;
		color: #550000;
		font-size: 10px;
		text-decoration: none;}
		
a:link {text-decoration: none;}
		
a:visited {text-decoration: none;} 		

a:hover {text-decoration: underline;}			

a:active {text-decoration: underline;}
			

