body {
	background-color: #00359f;
}

td, p {
	background-color: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	text-align: left;
}

td.content {
	background-color: #fff;
	padding: 10px;
}

a:link, a:visited {
	color: #000099;
	font-weight: bold;
}

a:hover {
	background-color: #000099;
	color: #ff9900;
	font-weight: bold;
}

a.menu:link, a.menu:visited {
	color: #fff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-decoration: none
}

a.menu:hover {
	background-color: #ff9922;
	border: #fff 1px solid;
	color: #fff;
	font-weight: bold;
	text-decoration: none
}

.title {
	font-weight: bold;
}

.price {
	font-size: 1.5em;
	color: #CC0000;
}