html,body,#contents  {

	font-family: Verdana, Tahoma, Verdana, Arial;
	font-size: 11px;
		min-height: 100%;
	width: 100%;
	height: 100%;
}



#contents {
	position: absolute;
	top: 0;
    left: 0;

}

td {
	font-family: Verdana, Tahoma, Verdana, Arial;
	font-size: 11px;
}

h1 { 
	font-weight: bold;
	font-size: 11px;
}
.otsikko1 {
	font-weight: bold;
}

.otsikko2 {

}

.otsikko3 {

}

.normaali {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

a { text-decoration: none; font-weight : normal; color:#C10A23 }
a.menu { text-decoration: none; font-weight : bold; }
a:hover { text-decoration: none; color:#6C0012}
a.link { text-decoration: none; font-weight : bold; }
a:hover.link { text-decoration: underline; font-weight : bold; }	



html>body, html>body #contents {
	height: auto;
}

#footer {
	position: absolute;
	bottom: 0;
	
	left: 0;
	text-align: center;
	
	width: 100%;
}


