body{ 
	font: 62.5% "Trebuchet MS", sans-serif; 
	margin: 50px;
	background: #000000;
	text-align: center;
}

/* Layout
----------------------------------*/
#header {
	font-size: 2.4em;
	color: #00FF00;
}

#header h1 {
	color: #FF0000;
}

#header #established {
	font-size: small;
	color: #FF0000;	
}

#header #phone {
	font-size: 1.8em;
	color: #0000FF;	
}


#content {
	text-align: left;
}

h2{ 
	margin-top: 2em;
	font-size: 2em; 
}

h3 {
	font-size: 2.0em;
}

#content p, #content li {
	font-size: 1.8em;
}

#footer p {
	color: #FF0000 ;
	font-size: 2.0em
}

/* Table
----------------------------------*/
thead {
	background-color: #66FF00;  
	
}
tr.even {
  background-color: #FF3399;
}

tr.odd {
  background-color: #ffb070;
}

table { 
	border-collapse: collapse;
	width: 100%;
}

td,th {
	border: 1px solid #c8c9a3;
	padding: 3px 5px 2px 5px;
	font-size: 1.8em;
}
tbody th {
	text-align: right;
}
thead th {
	text-align: center;
}

td.price {
	text-align: right;
}