.top {
	position: relative;
	left: 36px;
	width: 700px;
	top: 10;
	height: 60px;
}

.unit {
	position: relative;
	left: 36px;
	width: 700px;
	top: 10;
	height: 83px;
}

.unit img{
	width: 100px;
	height: 75px;
	border: 0;
}

a:link, a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover {
	background-color: #FFC;
	color: #003366;
	text-decoration: none;
}

a:active {
	background-color: #FFC;
	color: #990000;
	text-decoration: none;
}

