/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(images/tausta.jpg);
	background-color: #111111;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #00FFFF;
}
.otsikko {
    font-size: 20px;
    font-weight: bold;
}
.alaotsikko {
	font-size: 15px;
	font-weight: bold;
}
.mini {
    font-size: 8px;
}

