/* main layout page */

div.zipcode {
	margin-bottom: 15px;
}

div.range {
	margin-bottom: 15px;
}

div.message {
	margin-bottom: 15px;
	color: red;
}


a:link, :visited, :active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: red;
}

