@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #BABBB1;
	font-family: Lato, 'Open Sans', helvetica, arial, sans-serif;
}
#arkisto {
	position: fixed;
	margin: 10px 0 20px 0;
	z-index: 1;
	float: left;
}
#arkisto a {
	display: block;
	width: 110px;
	padding: 12px 0 12px 0;
	margin-right: 10px;
	text-align: center;
	background-color: transparent;
	color: #111;
	webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	border: 2px solid #d6d2c4;
	text-decoration: none;
}
#arkisto a:hover {
	background-color: #d6d2c4;
	color: #fff;
}

