body {
	background-color: #000;
	background-image: url(snowflakes.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	color: #333;
	font-family: Trebuchet MS, sans-serif;
	font-size: 80%;
	}
dd {
	font-size: 90%;
	}
a:link {
	color: #000;
	text-decoration: underline;
	}
a:visited {
	color: #666;
	text-decoration: underline;
	}
a:hover {
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	}
a:active {
	color: #fff;
	text-decoration: none;
	background-color: #333;
	}
h1 {
	color: #666;
	font-family: Trebuchet MS, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	}
ul {
	list-style-type: none;
	}
input, option, select {
font-family: Trebuchet MS, sans-serif;
font-size: 90%;
color: #000;
background-color: #ccc;
border: 1px solid #000;
}
#wrap {
	margin: 0 auto;
	width: 550px;
	border: 1px solid #666;
	background-color: #fff;
	}
#top {
	width: 550px;
	}
#top img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
#top div.print {
	display: none;
	}
#meat {
	width: 550px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #fff;
	}
#meat p, dl {
	margin-left: 15px;
	margin-right: 15px;
	}
#menu {
	width: 550px;
	text-align: center;
	}
span.author {
	font-size: 70%;
	font-weight: normal;
	}
.small {
	font-size: 90%;
	}
.button {
	text-align: center;
	}
ul#menu {
	width: 90%;
	margin: 10px auto;
	list-style: none;
	padding: 0;
	}
ul#menu li {
	margin: 0 5px;
	padding: 5px;
	border-right: 1px solid #666;
	float: left;
	list-style: none;
	}
ul#menu li.end {
	border: 0;
	}

