body {
	font-family: "Lucida Sans Unicode",serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #ACB1AA;
	margin-top: 5px;
	text-align: center;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    *border-collapse: collapse;
}

table.runko {
	width: 900px;
	margin: 0 auto; 
}

td {
	font-family: "Lucida Sans Unicode",serif;
	font-size: 12px;
	color: #ffffff;
}

tr.decoration img  {
    display: block;
}

td.sisalto {
	width: 900px;
	background: #8D8A83;
	vertical-align: top;
	text-align: left;
	padding: 8px;
	border-left: 1px solid #053247;
	border-right: 1px solid #053247;
}

td.vasen_reuna {
	width: 28px;
	background: url('/images/Vas_sivu.jpg');
	background-repeat: repeat-y;
}

td.oikea_reuna {
	width: 24px;
	background: url('/images/Oik_sivu.jpg');
	background-repeat: repeat-y;
}

td.vaalea {
    background: #9C9994;
}

td.tumma {
    background: #8D8A83;
}

h1 {
	color: #ffffff;
	font-family: "Lucida Sans Unicode",serif;
	font-size: 18px;
}

h2 {
	font-family: "Lucida Sans Unicode",serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

h3 {
	font-family: "Lucida Sans Unicode",serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

img {
    border: 0px;
}

a {
    color: #182e00;
	text-decoration: none;
}
a:hover {
	color: #ebc517;
	text-decoration: none;
}

