/* 
    Document   : font
    Created on : 11.11.2009, 11:02:03
    Author     : Jasmo Hiltula <jasmo@networks.fi>
    Description:
        font descriptions
*/

h1 {
	font: 16pt arial,sans-serif;
}

h2 {
	font: 12pt arial,sans-serif;
}

h3 {
	font: 10pt arial,sans-serif;
}

h1, h2, h3 {
	color: #7F0802;
	margin: 0 0 10px 0;
	font-weight: normal;
}

.iso  { font: 26pt arial,sans-serif;}
.keskitetty { text-align: center;}

p {
	line-height:1.5;
	margin:0 0 1em;
}

.small {
	font-size: 10px;
	color: gray;
}

