body {
	background-image: url(images/top_line.gif);
	background-repeat: repeat-x;
	background-color: #e1e2e3;
	behavior: url("scripts/csshover3.htc"); 
	margin: 0px;
}

.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;
}

div#sflink {
	padding: 5px;
	text-align: right;
}

div.sf {
	background-image: url(images/logo_small_grey.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
}

div.sf:hover {
	background-image: url(images/logo_small_color.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
	height: 20px;
	display: table-cell;
	outline: none;
}
