body {
	background-color: #eef2d0;
	text-align: center;
}

div.container {
	text-align: center;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	vertical-align: top;
}
table.paa {
	font-family: arial;
	font-size: 12px;
	color: black;
	border: 0;
	width:800px;
	border-spacing: 0;
	vertical-align: top;
}
td.vasen {
	background-color: #b1c094;
	text-align: left;
	border: 0;
	width: 22%;
}
td.oikea {
	background-color: #b1c094;
	border: 0;
	width: 3%;
}
td.dummy {
	background-color: #b1c094;
	border: 0;
}
td.keski{
	background-color: #fffef7;
	width: 75%;
	border: 0;
	vertical-align: top;
}
p.normaali {
	padding: 20px;
	
}
table {
	font-size: 12px;
    border-collapse: collapse;
	line-height: 1.5;
	border: 0;
}
#otsikko {
	font-weight: bold;
	font-size: 14px;
}


a:link {
	color: black;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	color: black;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color: gray;
	text-decoration: underline;
}

a.lista:link {
	color: black;
	font-style: normal;
	text-decoration: none;
}
a.lista:visited {
	color: black;
	font-style: normal;
	text-decoration: none;
}
a.lista:hover {
	color: white;
	font-style: normal;
	text-decoration: none;
}
