/* Teksti asetukset */
h1 {
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	
	height: 20px;
}

h2 {
	font-size: 12px;
	line-height: 16px;
	padding-top: 0px;
	
	height: 20px;
}

p {
	margin: 0;
	padding: 2px;
}

a{
	color: #b2211c;
	text-decoration: none;
}

a:hover{
	color: #b2211c;
	text-decoration: underline;
}

/* FOOTER-STYLE */

#copy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #97090c;
	font-weight: normal;
	font-size: 9px;
	line-height: 20px;
	text-align: center;	
}

