body {
	background-color: #333;
}
.sisalto {
	background-color: #999;
	margin: 20px;
	padding: 20px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: auto;
	width: auto;
}
.sisalto ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
}
.linkkipalkki {
	background-color: #fff;
	padding: 0px;
}
a:link {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.alapalkki {
	background-color: #4E5158;
}
