body{
	
	font-family: Helvetica, Roboto, Arial;

}

.sivu{
	border: 1px solid black;
}

.sivupalkki{
	font-size: 13pt;
}


h1{
	font-size: 26pt;
	font-weight: bold;
	letter-spacing: 1px;
	color: blue;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2 {
	font-size: 24pt;
	color: blue;
}

h3 {
	font-size: 20pt;
}

h4 {
	font-size: 18pt;
}

p{
	font-size: 13pt;
	color: black;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

tr, td {
	font-size: 13pt;
	color: black;
	letter-spacing: 0.01em;
	line-height: 1.2;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

img {
	border: 2px;
	hspace: 7px;
	vspace: 7px;
}

a:link {
	
	text-decoration: none;
	font-size: 13pt;
	
	color: blue;

}

a:visited {

	text-decoration: none;
	font-size: 13pt;
	
	color: rgb(122,0,130);	
}

a:active {

	text-decoration: none;
	font-size: 13pt;
	
	color: rgb(123,64,126);
}

a:hover {

	text-decoration: none;
	font-size: 13pt;
	
	color: green;
}

table {
	cellpadding="4";	
}