body{
	background-color: white;
	}
h1, h2{
	padding-top: 10px;
	border-bottom: 1px silver solid;
	font-size: 16px;
	}
a, a:visited, a:hover{
	color: #b8c052;
	}
td, div, .footer a{
	font-size: 11px;
	font-family: Georgia, serif;
	color: #ba4a55;
	}
table.nav{
	border-collapse: collapse;
	border: 0;
	width: 100%;
	height: 97px;
	}
table.nav td{
	text-align: left;
	border-right: 1px white solid;
	vertical-align: bottom;
	padding: 0 5px 8px 5px;
	}
a.menu, a.menu:visited, a.menu:hover{
	text-decoration: none;
	color: white;
	font-size: 11px;
	}
.footer, .footer a{
	font-family: sans-serif;
	text-align: center;
	}
ul{
	padding-left: 20px;
	list-style-type: circle;
	}

