/* style.css - a slightly less simple style sheet */
body {
	font-family: verdana,"helvetica neue","Lucida Grande",arial,sans-serif;
	margin-left: 10%; margin-right: 10%;
	color: white;
	background: black;
}
h1 { font-size:xx-large}
h2 { margin-left: +1%; margin-top: 2em; margin-bottom: 1em; }
h3,h4,h5,h6 { margin-left: +1%; }
p.date { margin-top: 1em; font-weight: bold; font-size: larger}
p.entry {  }
p.listing { font-weight: normal; font-size: smaller; margin-top: 0em; margin-bottom: 0em }
p { 0 }
p.center { color: white; text-align: center }
p.bold { font-weight: bold }
hr { color: #424242 }

/* menu banner */
table.menu { table-layout: automatic; text-align:center; font-weight: bold }
a:link { color: #FFFFFF }
a:visited { color: #FFFFFF }
a:hover { color: #AAAAFF }
a:active { color: #FF0000 }

