/*
Metlan printti tyyli julkisille sivuille
JHyv 4.9.2009
*/

body, p {
	font-family: Times, georgia, serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
h1{
	font-family: Times, georgia, serif;
	font-size: 20px;
	color: #000;
}

h4 {
	background-color: #000;
}

h5{
	font-family: Times, georgia, serif;
	font-size: 14px;
	color: #000;
}

.bullet {
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo_print {
	display: block;
}
#banneri {
	display: none
}

.paluulinkki {
	display: none
}
.lue-lisaa {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
}

a:link {
	color: #000;
	text-decoration: none;
}
#footer {
	padding-top: 0px;
	height: auto;
}

#sisalto, #footer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#yhteystiedot, #footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding-top: 0px;
	font-size: 10px;
}
#alaviiva {
	display: block;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-right: 15px;
	margin-left: 15px;
	height: 10px;
}
/* Jos linkkien URL:t halutaan näkyviin
a:after {
	content: " ( " attr(href) " ) ";
	font-size: 85%;
}
*/

