body {color: navy ; background:  white; font-family: Arial, sans-serif; }

:link, :visited, :active { color: blue; text-decoration: none; }
a:hover  { color: white; background: blue; }

h1,h3 { text-align: center }

img { border: 0 }

th,td { text-align: left; vertical-align: top; }


.title { font-size: large;
	text-align: center;
	width: 100%;
	margin-left: auto; margin-right: auto;
}

table.menu { background: blue ; color: yellow; 
	border: ridge yellow thick; 
	width: 100%;
	border-collapse: collapse;
	font-weight: bold;
	text-align: center; 
	vertical-align: middle; 
}

table.menu td, table.menu th { text-align: center; border: ridge yellow ; }
table.menu a { color: yellow; text-decoration: none; }
table.menu :hover { color: blue; background: yellow; }

table.events { margin-left: auto; margin-right: auto; }

table.events th { text-align: right; font-weight: normal; }

.disclaimer { text-align: center; width: 80%; font-size: smaller;
	margin-left: auto; margin-right: auto; }
