body{
	font-family: Lucida Sans, sans-serif;
	font-size: 0.6em;
	color: #242424;
}

div.item {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 30px;
}

a {
	color: #242424;
	text-decoration: none;
}

a.button {
	text-decoration: none;
	display: block;
	border: solid 1px #444444;
	width: 165px;
	padding: 3px;
}

a.button:hover {
	background-color: #f0fbfb;
}


