@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4b4b4b;
	margin-top:30px;
	margin-left:10px;
}
a {
	color: #FF7900;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.item {
	
	}

.item a{
	width: 100px;
	height: 90px;
	float: left;
	border-radius: 5px;
	border: 1px solid #adadad;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	display: block;
}
.item a:hover{
	background-color: #F60;
	color: #FFFFFF;
	text-decoration: none;
}
