* {
	padding: 0;
	margin: 0;
}
html, body {
	margin: 0px 10px 0px 10px;
}
p, address, td, th, div, span {
	font: normal normal 12px/14px Arial,sans-serif;
}
p {
	margin-bottom: 10px;
}
a, a:active, a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
address {
	display: block;
	margin: 0;
	padding: 10px;
	position: relative;
	float: right;
	border: 1px solid #333;
}
.phone {
	display: block;
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}
h1 {
	display: block;
	font: bold 18px Arial,sans-serif;
	margin-bottom: 18px;
}
#vac_shop {
	display: block;
	width: 600px;
	margin: 8px auto 10px auto;
}
#vacuum_store_addresses, #store_hours {
	margin-bottom: 10px;
}
#vacuum_store_addresses td address {
	margin-top: 10px;
	font-size: 14px;
}
#store_hours td {
	padding: 3px;
}
tr.today {
	color: red;
}

