/* CSS Document */
body {
	background-image: url(tausta.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 2em;
}
img {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border: 1px;
}

div {
	padding-left:1em;
	padding-right:1em;
}
h1 {
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}
a {
	color: #FFFFFF;
	text-decoration: none;

}

a:visited {
	color: #FFFFFF;

}

a:hover {
	color: #000000;
	text-decoration: underline;

}

.reunat {
	width:600px;
	heigt:450px;
	border:1px;
	border-color:#000000;
	border-style:solid;
	vertical-align: top;
}

.ylaosa {
	width:100%;
	background-color:#5687A8;
	color: #FFFFFF;
}

.keskusta {
	width:100%;
	background-color: #FFFFFF;
}
.sisalto {
	width:100%;
	text-align: left;
}
.sisalto th {
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
}
.sisalto a {
	color:#000000;
	text-decoration: underline;
}
.sisalto a:visited {
	color:#000000;
	text-decoration: underline;
}
.sisalto a:hover {
	color: #5784A1;
	text-decoration: underline;
}
.alaosa {
	width:100%;
	background-color:#5687A8;
	color: #FFFFFF;
}
.alaosa th {
	width: 50%;

}

