body {
	background-image: url(images/top_line.gif);
	background-repeat: repeat-x;
	background-color: #e1e2e3;
}

.otsikko {
	color: #e40001;
	font-family: Arial;
	padding-right: 10px;
	font-size: 18;
}
.linkit {
	color: #e40001;
	font-family: Arial;
	font-size: 11;

}
a:link {
	color: #e40001;
	text-decoration: none;
}
a:visited {
	color: #e40001;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
