body {
margin-top: 10px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 80px;
padding: 0;
background: #000000;
font-family: verdana, arial, sans-serif;
color: #ffffff;
}
p.right {text-align: right}
p.center {text-align: center}
p.left {text-align: left}
.mono {
font-family: Monotype Corsiva;
color: #ffffff;
}

.Comic {
font-family: Comic Sans MS;
color: #ffffff;
font-size: 1em;
}
ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #ffffff;
text-decoration: none;
background-color: #000000;
text-indent: 5px;
list-style-position: outside;
list-style-type: square;
padding: 6px;
margin: 2px;
}

dl {
margin: 0;
padding: 0;
list-style-type: none;
}
dt {
margin: 0;
padding: 0;
list-style-type: none;
}
dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
width: 10em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #e9bdbd;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #abc;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #e9bdbd;
}
a:link { 
	color: #80ffff;
}
a:visited {
	color: #ffff80;
}
a:hover {
	color: #000000;
	background-color: #00e0f0;
	text-decoration: none;
}
a:active {
	color: #80ff80;
}
h1 {
	font-size: 2em;
	text-align: center;

}
h2 {
	font-size: 1.5em;
	text-align: center;

}
h3 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.7em;
}

ol { 
	list-style-type: circle;
}
