/*CSS-tyylit NMI:n sivuille*/

h1  
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 20;
	link: black;
}

a   
{
	/* color: #6BA4AF; */
/* 	color: #4B848F;   Vihreä fontti */
	color: #67A0CD; /* Sininen fontti */
}

a.lisatietoja
{
	/* color: #6BA4AF; */
/*	color: #4B848F;   Vihreä fontti */
	color: #67A0CD; /* Sininen fontti */
	font-size: 14;
	font-weight: bold; 
}

h2  
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16;
	margin-bottom: 0; 
}

p  
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	/* text-align: left; */
	font-size: 12;
}

td
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	/* text-align: left; */
	font-size: 12;
}

p.lisatietoja
{
	color: black;
	font-size: 14;
	font-weight: bold; 
}

p.eirakoa
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	/* text-align: left; */
	font-size: 12;
	margin-top: 0;
	margin-bottom: 0;
}

p.rakoa
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	/* text-align: left; */
	font-size: 12;
	margin-top: 5;
	margin-bottom: 0;
}


h6 
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

div  
{
	align: center;
}


ul  
{
	color: black;
	font-family: arial, helvetica, sans-serif;
/*	font-style: italic; */
	font-size: 12;
	margin-top: 0;
}

ol  
{
	color: black;
	font-family: arial, helvetica, sans-serif;
/*	font-style: italic; */
	font-size: 12;
}

li.rako
{
	margin-top: 4;
	margin-bottom: 4;
}
body  
{
	bgcolor: white;
	linkcolor: black;
}

big
{
/*	color: #6BA4AF;   Vihreä fontti */
	color: #67A0CD; /* Sininen fontti */
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 40;
	
}

h5 
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
/* 	font-variant: small-caps; */
	text-transform: uppercase;
	font-size: 12;
	margin-bottom: 5;
}

h5.eirakoa
{
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
/* 	font-variant: small-caps; */
	text-transform: uppercase;
	font-size: 12;
	margin-bottom: 5;
	margin-top: 0;
}

div.abs
{
	position: absolute;
	top: 100%;
	visibility:hidden;
}