BODY {
	font-family : Arial;
	font-size : 20pt;
	
	color :  Black;
	margin-left :  0;
	margin-top :  1;
	margin-bottom : auto;}

A {
	text-decoration: none;
	color: navy;
	background :  transparent;}

A:Hover {
	text-decoration: underline;
	color: red;
	background-color : transparent;}

A.otsikko {
	
	font-size : 12pt;
	text-decoration: none;
	color: white;
	background :  transparent;}

A.otsikko:Hover {
	
	font-size : 12pt;
	text-decoration: none;
	color: lightgray;
	background-color : transparent;}

A.kuva {
	
	font-size : 10pt;
	text-decoration: underline;
	font-weight : bold;
	color: white;
	background :  transparent;}

A.kuva:Hover {
	
	font-size : 10pt;
	text-decoration: none;
	color: lightgray;
	background-color : transparent;}

H4 {
	font-style : normal;
	font-weight : bold;
	font-size : 14pt;}
H5 {
	font-style : normal;
	font-weight : bold;
	font-size : 10pt;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	border-width: medium;
	border-color: white;}

H1 { 
	font-style : normal;
	font-weight : bolder;
	font-size : xx-large;}

H2 {
	font-style: normal;
	font-weight : bolder;
	font-size :  x-large;}
	
H3 {
	font-style: normal;
	font-weight : bold;
	font-size :  large;}
	
	

