#maxipress {
}

	#maxipress h3 {
		padding: 2px 7px;
		font-size: 10px;
		font-weight: bold;
		margin: 5px 0;
	}
	
	#maxipress p {
		padding: 0 10px;
	}
	
		#maxipress p a {
			font-weight: bold;
			text-decoration: underline;
		}
		
		#maxipress p a:hover {
			text-decoration: none;
		}
	
	#maxipress address {
		font-style: normal;
		font-weight: bold;
		width: 150px;
		text-align: center;
		padding: 10px;
		margin: 10px auto;
	}
	
	#maxipress ul {
		margin: 15px 30px;
	}
	
		#maxipress ul li {
			float: left;
			margin-right: 15px;
		}
		
			#maxipress ul li span {
				font-weight: bold;
				text-decoration: underline;
			}
