body {
	margin-top: 0px;
	background-color: #000;
	color: #fff;
}

table {
	height: 100px;
	width: 490px;
	padding: 0;
}.nav {
	width: 200px;
}
.eleven {
	vertical-align: bottom;
	width: 11%;
}
.nineteen {
	vertical-align: bottom;
	width: 19%;
}
div.price {
	height: 465px;
	width: 289px;
	background-color: #000;
	border: 4px #FFF double;
	text-align: center;
	color: #FFF;
	font-family: Times, "Times New Roman", serif;
	font-size: 0.75em;
	vertical-align: text-bottom;
}
div.price > p{
margin-top: 0px;
margin-bottom: 10px; }
div.price > h1{
font-size: 1.5em;
margin-bottom: 5px;
margin-top: 3em; }
div.price > ul > li{
display: inline;
padding: 5px;
margin-right: 3em; }

a:link {
color: #fff;
text-decoration: none; }
a:visited {
color: #fff;
text-decoration: none; }
a:hover {
color: #fff;
text-decoration: underline; }
a:active {
color: #fff;
text-decoration: underline; }
p.footer {
font-size: .75em;
text-align: center;
margin: 3px;
padding: 3px; }
