@charset "utf-8";
/* MeriMetin CSS */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	background-color:#000000;

	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.alaboxi {
	height:497px;
	margin: 0px;
	width:877px;
		
}

.ylaboxi {
 	height: 265px;
	width:877px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.fuutteri {
height:50px;
margin: 0px;
width:877px;

}
h1 {
	margin: 0;
	padding-top: 5px;
	margin-left: 10px;
	
	font-size: 10px;
	color:#000000;
}
h2 {
	padding-top: 10px;
	margin: 0px;
	padding: 0;
	font-size: 18px;
	color:#000000;
	line-height: normal;
	padding-left: 50px;
	font-style: italic;
	font-weight: bold;
	}
h3 {
	padding-top: 10px;
	margin: 0px;
	padding: 0;
	font-size: 20px;
	color:#000000;
	line-height: normal;
	padding-left: 50px;
	font-style: italic;
	font-weight: bold;
	}
p {
	margin: 0px;
	padding-left: 50px;
	font-size: 12px;
	color:#000000;
	line-height: 12px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	top: 0px;
	background-position: top;
}

p.Tekstipaddinki {
margin-right: 40px;
margin-left: 10px;
padding-bottom: 10px;
}


