/* Regular Stylesheet */
body {
	background: #1a0d00;
	color: #f2e6d9;
	font-size: 12pt;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 20%;
}
ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0 0 20px 0;
}
ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul li a { 
	padding: 10px; 
	margin: 0; 
	background: #990000; 
	color: #ffe6e6;
	font-style: italic;
	border-radius: 10px;
	text-decoration: none;
}
h1 {
	font-size: 250%;
	text-align: center;
	text-shadow: 5px 5px 10px #c00;
}
h2 {
	font-size: 200%;
	text-align: center;
	padding: 0 0 20px 0;
	text-shadow: 5px 5px 10px #900;
}
h3 {
	font-size: 75%;
}
P:first-letter {
	font-size: 150%;
	text-shadow: 5px 5px 10px #c00;
}
a { color: #fff; }
div.image {
	float: right;
	padding: 10px;
}
div.image img {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 10px;
	border: 1px solid #600;
}
div.note {display: none;}