a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.boxhead {
	background-color: rgb(51, 153, 51);
	text-decoration: none;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding:3px;
} 

.boxhead:hover {
	background-color: rgb(61, 163, 61);
	text-decoration: none;
}

.box {
	margin-bottom: 0px;
}

.panel-body {
	padding: 5px;
}

body{
	height: 100%;
	width: 100%;
}
#distance {
	width: 10px;
	height: 25%;
	margin-bottom: -250px;
	float: left;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 800px;
	clear: left;
}

#container table {
	width: 100%;
}

