body{
	font-family: verdana, century, bookman old style,times new roman;

}

.sivu{
	width: 780px;
	border: 1px solid black;
	
}

.sivupalkki{
	background-color: red;
	padding-left: 10px;
}




h1{
	
	font-size: 18pt;
	font-weight: bold;
	letter-spacing: 1px;
	color: blue;
	
	padding-top: 2px;
	padding-bottom: 2px;
}

h2{

	font-size: 12pt;
	color: blue;
}



p{

	font-size: 10pt;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


img{
	padding-right: 11px;
	padding-bottom: 4px;
	
}


a:link{

	font-size: 10pt;
	color: blue;
	text-decoration: none;		
}

a:visited{

	font-size: 10pt;
	color: rgb(182,3,209);	
	text-decoration: none;	
}

a:active{

	font-size: 10pt;
	color: green;
	text-decoration: none;		
}

a:hover{

	font-size: 10pt;
	color: green;
	text-decoration: none;	
}













