body{
	font-family: Arial, sans-serif;
	line-height: 1.5;
	font-size: 0.84em;
	color: #414141;	
}

hr {border: 0 solid;border-top-width:1px;clear:both;height:0}

#page h1 {
	font-size: 36px;
	line-height: 31px;
	font-weight: bold;
	margin:0 0 20px -55px;
	padding:30px 0 0 52px;	
	color:#414141;
	background: url(http://www.tilaaunelmille.fi/themes/tilaanumelmille/images/heading-leaves.png) no-repeat 0 0;
}

#page h2 {
	font-size: 25px;
	line-height: 21px;
	font-weight: bold;
	color:#2a9064;
}

#page h3 {
	font-size: 20px;
	line-height: 17px;
	font-weight: bold;
	color:#414141;
}

p.ingress {
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	color:#414141;
}


p.ingress a {
	font-weight: bold;
	text-decoration:none;
}
p.ingress a:hover {
	text-decoration:underline;
}

ol, ul {
	list-style-position: outside;
}

ol, ol li{
	list-style: decimal;
}

ul, ul li{
	list-style: disc;
}

p,dl,hr,ol,ul,pre,table,address,fieldset{margin-bottom: 1em}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0.5em;
}

a:link {
	color:#2a9064;
	text-decoration: underline;
}
      
a:visited {
	color:#2a9064;
}

a:hover {
	color:#37cc9f;
}

a:active {
	color:#2a9064;
}

blockquote {
	padding: 10px 20px;
	text-align: justify;
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
}

blockquote:before,
blockquote:after {
	font-size: 150%;
}

blockquote:before {
	content: open-quote;
	vertical-align: -0.2em;
	margin-right: 0.2em;
}

blockquote:after {
	content: close-quote;
	vertical-align: -0.5em;
	margin-left: 0.2em;
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

:focus {
	outline: 0 none;
}

ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}

strong {
	font-weight: bold;
}

em, dfn, cite, var {
	font-style: oblique;
}

big {
	font-size: 150%;
}

small {
	font-size: 75%;
}

address {
	font-style: italic;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

