html,body {
	font-family: sans-serif;
	color: #000;
	background-color: #FAEBD7;
	margin: 5px;
}
a:visited, a {
	color: #008000;
	text-decoration: none;
}
a:hover {	
	color: #90EE90;
}
#titteli {
	width: 100%;
	height: 66px;
	font-size: 50px;
	margin: 0;
}
#valikko {
	width: auto;
	text-wrap: nowrap;
	margin: 10px 0px;
	height: 53px;
	font-size: 33px;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 10px 0px 10px;
	outline: 5px solid #000;
	border-radius: 15px;
	overflow-x: scroll;
	scrollnar-heigth: none;
}
#valikko::-webkit-scrollbar {
	display: none;
}
#sisalto {
	margin: 5px 0px;
}
.koodi {
	padding: 5px;
	border-radius: 5px;
	border: solid #000 1px;
	background-color: #FFFFF0;
	overflow: scroll;
}
