body { background-color: #acaf9a;
       font-family: "book antiqua", sans-serif;
       color: #00000; font-size: small }

a:link { color: #00000 }
a:visited { color: #808080 }



tr { border-color: #000000; border-style: double; border-width: medium}
td { border-color: #000000; border-style: double; border-width: thick; padding: 10px }
th { border-color: #000000; border-style: double; border-width: thick }
dt { font-weight: bold }

h1 { border-color: #000000; border-style: groove; border-width: thick; font-family: "Minya Nouvelle", sans-serif; font-weight: bolder; font-size: +100; font-stretch: extended; text-align: center; padding: 5px }
.footer { border-color: #000000; border-style: inset; border-width: thick; text-align: center; font-style: italic; padding: 5px }


ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
		}
		
ul li { position: relative }

li ul {
	position: absolute;
	top: 50x;
	display: none;
	}
	
	ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #161612;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0px;
	}
	
	li:hover ul { display: block; }
	
.heading { font-size: large; text-align: center; font-weight: bolder }