@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2E83A1;
	background-color: #CCC;
	background-image: url(Images/tausta.png);
	background-repeat: repeat;
}
table {
	background-color: #FFF;
	border: thin dotted #000;
	position: absolute;
	left: 20%;
}

.navigation {
	vertical-align: top;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
a:link {
	color: #2E83A1;
	text-decoration: none;
}
a:visited {
	color: #2E83A1;
	text-decoration: none;
}
a:hover {
	color: #2E83A1;
	text-decoration: underline;	
}
a:active {
	color: #2E83A1;
	text-decoration: underline;
}
.main {
	vertical-align: top;
	padding: 20px;
	color: #000;
	text-align: justify;
	line-height: 25px;
}
.footer {
	font-size: 10px;
	text-align: center;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
ul {
	list-style-type: square;
}

