a:link { color: blue;}
a:visited { color: blue;}
a:active { color: blue;}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
}

/* Otsikkolohko. taulukon asetukset. Ilman taustaväriä */
.shdr {
/*	border: outset 2px;  */
	background-image:url(top_bg.jpg);
	border-style:solid;
	border-color:#164F88; 
	border-width:1px;
	border-collapse: collapse;
	Empty-cells: show;
	height: 149px;
}

/* Otsikkoteksti 1. Sivun varsinainen otsikko */
.sh1 {
	font-size: 26px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-align: center;
}

/* Otsikkoteksti 2. Yhteystiedot */
.sh2 {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-align: center;
	line-height: 180%;
}

/* Valikon väliotsikkoteksti */
.vh1 {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
/*	font-weight:bold;   */
	text-align: left;
}

/* Valikon otsikkoteksti */
.vh2 {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
/*	font-weight:bold;   */
	text-align: left;
}

/* Valikon linkit */
.vh3 {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	Empty-cells: show;
}


body.lista {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: #00b9e4;
}

ul.lista {
	list-style-type: none;
	padding: 0;
        font-weight: bold;
	margin: 0;
	position: absolute;
	top: 1em; 
	left: 1em;
}

p.snow {
	font-size: 14px;
	color: black;
}

