body{
    background-color:#6f6f6f;
    font-family:Arial, 'Arial Narrow', Sans-Serif;
    font-size: 12.5px;
    line-height:1.8;
    text-align:justify;
}

A:link, A:active, A:visited {
	color: #4f4b52;
	text-decoration: none;
	cursor: default;
}

A:hover {
	color: white;
	text-decoration:none;
	cursor: default;
}

h5 {
	color: #779171;
	font-size: 20px;
	font-family:Garamond;
	border-bottom: 1px dotted #7c886d;
	margin: 5px;
	padding: 0px;
}

h6 {
	color: #779171;
	font-size: 18px;
	font-family:Garamond;
	border-bottom: 1px dotted #c4cbbd;
	margin: 5px;
	padding: 0px;
}


div#otsikko{
    width:840px;
    height:325px;
    position:absolute;
    top:15px;
    left:40px;
}

div#ala{
    width:840px;
    background-image:url(tausta.jpg);
    background-repeat: repeat-y;
    position:absolute;
    top:326px;
    left:40px;
}

div#tekstit{
    color:#black;
    margin:25px 55px 30px 50px;
}