._menu {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #6F8C9A;
	text-decoration: none;
}._otsikko {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
._text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
}
._credits {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
}

