@charset "utf-8";
.etusivu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #6b6476;
}

A:link {
	COLOR: #ff0000;
	text-decoration: none;
}
A:visited {
	COLOR: #ff0000;
	text-decoration: none;
}
A:active {
	COLOR: #ff0000;
	text-decoration: none;
}
A:hover {
	COLOR: #ff0000;
	text-decoration: underline;
}

