* {
	margin: 0px;
	padding: 0px;
}

body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(tausta3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
    	scrollbar-face-color: #000000;
    	scrollbar-shadow-color: #c0c0c0;
    	scrollbar-highlight-color: #ffffff;
    	scrollbar-3dlight-color: #c0c0c0;
    	scrollbar-darkshadow-color: #ffffff;
    	scrollbar-track-color: #c0c0c0;
    	scrollbar-arrow-color: #ffffff; 
}


.otsikko {
	width: 600px;
	color: #ffffff;
	padding: 30px 30px 30px 40px;
	font-family: tahoma;
}

	

.sisalto {
	width: 600px;
	border: 0px;
	padding: 20px 20px 20px 30px;
	color: #ffffff;
	font-family: tahoma;
	margin-top: 10px;
	margin-left: 40px;

}

.sisalto a:link {
	color: #ffffff;
	text-decoration: underline;
	cursor: default;
	}

.sisalto a:active {
	color: #ffffff;
	text-decoration: none;
	cursor: default;
	}

.sisalto a:visited {
	color: #ffffff;
	text-decoration: underline;
	cursor: default;
	}

.sisalto a:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: default;
	}



.yhteystiedot {
	clear: left;
	color: #ffffff;
	font-family: tahoma;
	font-size: 0.8em;
	margin-left: 50px;
	padding: 20px;
}

.yhteystiedot a:link {
	color: #ffffff;
	text-decoration: underline;
	cursor: default;
	}

.yhteystiedot a:active {
	color: #ffffff;
	text-decoration: none;
	cursor: default;
	}

.yhteystiedot a:visited {
	color: #ffffff;
	text-decoration: underline;
	cursor: default;
	}

.yhteystiedot a:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: default;
	}

.sisalto h2 {
font-family: tahoma;	
font-size: 1.1em;
}


.sisalto p {
font-family: tahoma;	
font-size: 0.8em;
padding-bottom: 2em;
}



