Body
{
	background: #424242;
	font-family: 'Noto Sans', sans-serif;
	font-size: 10pt;
	color: #f6f6f6;
}

A
{
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}



div#box
{
	width: 77%;
	min-width: 510px;
	min-height: 400px;
	margin-left: 12%;
	position: absolute;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 15px;
	color: #2d2d2d;
}
img{width:180px;margin:10px;}

.inner_cell{background-color:#efefef !important;padding:2px;margin:2px;padding-top:10px;padding-bottom:10px;}
.inner_cell:hover
{
	background: #7CFC00 !important;
}