body {
	font-family: "Georgia", "Times", "Times New Roman", serif;
	margin: 0px;
}
p, h1, h2, h3 {
	margin: 15px;
}
.kuvitus-right {
	float: right;
	border: 3px solid black;
	margin: 0px 10px;
	font-size: small;
}
.kuvitus-right p {  /* kuvateksti */
	margin: 8px;
}
pre.screencap {
	font-size: x-small;
	color: white;
	background-color: black;
	overflow: hidden;
	padding: 3px;
	margin: 1px;
}
.boksi {
	border: 3px solid black;
	margin: 10px 10px 0px 10px;
	font-size: small;
}
.boksi-header {
	font-size: small;
	color: white;
	background-color: black;
	padding: 3px 5px;
	margin: 1px;
	text-transform: uppercase;
	font-family: "Geneva", "Times", "Times New Roman", serif;
}
.boksi p {
	margin: 8px;
}
.getright {
	float: right;
}
/* Valikko */
div#outmenu {
	list-style-type: none;
	margin: 0px;
	padding-top: 2px;
	background-color: black;
	font-family: "Geneva", "Times", "Times New Roman", serif;
	border-bottom: 1px solid gray;
}

#titteli {
	color: white;
	float: left;
	margin-left: 15px;
}

ul#menu {
	text-transform: uppercase;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: 1px;
}
ul#menu li {
	display: inline;
}
ul#menu a {
	color: white;
	text-decoration: none;
	padding: 0px 20px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
ul#menu a:hover {
	background: white;
	color: black;
	text-decoration: none;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid white;
}


