// linkki headin sisään
//<LINK REL="stylesheet" TYPE="text/css" HREF="tiedosto.css">

a:link	 {font-family: Berlin Sans FB; color: black  ; text-decoration: ; }
a:visited {color: ; text-decoration: }

h1    { font-family: Berlin Sans FB ; font-size: 35pt; text-align: left; color:  }
h2 {font-family: Berlin Sans FB; font-size: 20pt; text-align: center; color: }
h3 {font-family: Berlin Sans FB ; font-size: 15pt; text-align: center; color: }
p {font-family: Berlin Sans FB ; font-size: 13pt; color: ; }
 body  {font-family: Berlin Sans FB ; font-size: 14px; line-height:}
hr {color:blue }

#vasen {
	background: pink;
 	width: 20%;
 	height: 800;
	float: left;
}
  
.keski {
 	background:;
 	width: 50%;
 	height: 90%;
 	float: left;
	text-align: center;
}
  
#oikea {
 	background: lightyellow;
 	width: 20%;
 	height: 90%;
 	float: left;
}
  
#yla {
	background: lightblue;
	width: 90%;
	height: 7%;
	clear: both;
}
#linkit { font-size: 14pt; line-height: 20px
}

#img {
border: 0px;
}

#vasenpalsta {
float:left;
width:67%;
padding-right:5%;
padding-left:0;
border-right:solid 1px;
margin-top:1em;
margin-bottom:1em;}


#oikeapalsta {

margin-left:0;
float:center;
width:24%;
margin-top:1em;
margin-bottom:1em;
text-align:right;
}
