﻿
#web1 {
	float: left;
	width: 50px;
	height: 50px;
	padding-left: 20px;
}
#web2 {
	float: left;
	width: 270px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	
}
#web4 {
	float: left;
	width: 270px;
	height: 45px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	
}

#web3 {
	float: left;
	width: 365px;
	height: 50px;
	padding-left: 10px;
	text-align: justify;
}

#web5 {
	float: left;
	width: 365px;
	height: 45px;
	padding-top: 5px;
	padding-left: 10px;
	text-align: center;
}



.space {
	float: left;
	width: 722px;
	height: 1px;
	background-color: #336600;
}

#webcenter {
	width: 722px;
	height: auto;
	text-align: center;
	padding-top: 20px;
}

a:active {
	color: #00CC00;
}
a:hover {
	color: #00CC00;
}
