body {
	background-color: #E0E0E0;
}

table {
	border: 1px solid red;
	border-collapse: collapse;
	min-height: 500px;
	width: 800px;
	margin: 60px auto;
}
table.valikko {
	border: none;
	border-collapse: collapse;
	min-height: 10px;
	width: 780px;
	margin: 0px auto;
}

table.palaute {
	border: 0px;
	margin: 0px auto;
	width: 350px;
	padding: 20px 10px 20px 10px;
}

td.logo {
	height: 80px;
	background-image: url("logo.jpg");
	background-repeat: no-repeat;
}

td.logo2 {
	height: 25px;
	background-image: url("valikko.jpg");
	background-repeat: no-repeat;
	text-align: center;
	
	padding: 0px 5px 0px 5px;
	border: 1px dashed red;
	
}

td.valikko {
	width: 110px;
	height: 420px;
	text-align: center;
	padding: 20px 5px 20px 5px;
	border: 1px dashed red;
	vertical-align: top;
	background-color: #BBBBBB;
}
td.valikko2 {
	width: 110px;
	height: 25px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	border: 1px dashed red;
	border-top: 1px solid red;
	vertical-align: top;
	background-color: #BBBBBB;
}

td.iso {
	width: 650px;
	height: 420px;
	padding: 20px 10px 20px 10px;
	border: 1px dashed red;
	vertical-align: top;
	background-color: #EEEEEE;

}

a {
	text-decoration: none;
	font-family: verdana;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: #DCD8D8;

}
a.valikko2 {
	text-decoration: none;
	font-family: verdana;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: red;

}
a.iso {
	text-decoration: none;
	font-family: verdana;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: #8C039B;

}

a:visited { 
	color: #DCD8D8;
}

a.iso:visited { 
	color: #8C039B;
}
a.valikko2:visited { 
	color: red;
}

h3 {
	font-family: verdana;
	text-decoration: overline underline;
	text-align: center
}

img {
	border: 0px;
	vertical-align: top;
}