html {
	font-size: 80%;
	background: Black;
	color: White;
}
body {
	font-family: Century Gothic, Verdana, sans-serif;
	background: Black;
	color: White;
	text-align: center;
	margin:0;
}
h3 {
	font-size: 150%;
}
img {
	display: block;
}
#masthead {
	background: Black;
	color: White;
	margin: 0 -1.5em;
}
#masthead img {
	margin-left: 1em;
}
li {
	list-style-image: url(bullet.gif);
	padding-left:1em;
}
#frame {
   width: 40em;
	color: Black;
	background: White;
	border: 1em solid white;
	border-bottom-width: 2em;
	margin: 4em auto 0 auto;
	text-align: left;
	padding: 0 3em
}
a:hover {
	text-decoration: none;
	background: url(hover.gif);
	background-repeat: repeat-x;
}
