body {
	background: #ddd;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

a.link,a.visited,a.active,a.hover,a {
	text-decoration: none;
	color: #555;
}

sup {
	font-size: tiny;
}

h1 {
	font-size: large;
	text-align: center;
	padding: 5px 0px;
}

p {
	padding-left: 15px;
}

.menu_header {
	font-weight: bold;
	color: red;
}

.top_links {
	font-weight: bold;
	color: red;
}

.price {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.offer_header {
	font-weight: bold;
	color: red;
	font-size: 14px;
	padding: 0px 0px;
	margin: 0px 0px;
}

.dark {
	background-color: #eee;
}

.light {
	background-color: #fff;
}


