
body { background-color: #999999; 
       font-family: "comic sans ms", sans-serif; 
       color: #000000; font-size: small; }
a:link { background-color: #999999; color: #000000 }
a:visited { background-color: #999999; color: #ffffff }

hr { background-color: #999999; color: #000000 }

.h1 { font-weight: bold; text-align: center; }
.h2 { font-weight: bold; color: #ff0000; text-align: center; background-color: #999999; border-color: #000000; border-style: outset; border-width: thin }

.italic { font-style: italic; text-align: center }
.italic2 { font-style: italic }
.center {text-align: center }
.bold { font-weight: bold }
.inthead { font-weight: bold; text-align: center; font-size: x-large }
tr { border-color: #000000; border-right-color: #000000; border-style: inset; border-width: medium}
td { border-color: #000000; border-right-color: #000000; border-style: inset; border-width: medium; padding-right: 5px; padding-left: 5px }
th { border-color: #000000; border-right-color: #000000; border-style: inset; border-width: medium; font-size: medium }

.index { padding: 0px }

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; }

