body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 12pt;
}
#valikko {
	display: none;
}
#sisalto {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	margin-left: 10%;
}
#sisalto h1 {
	font-family: arial, helvetica, serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 4px;
	line-height: normal;
	margin-bottom: 10px;
}
#sisalto h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	margin-bottom: 5px;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}