* {
	margin: 0;
	padding: 0;
	}
img {
	border: 0;
	}
body {	
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	color: #191970;				/*midnightblue*/
	}
#topbar {
	background-color: #191970;
	color: white;
	text-align: right;
	padding: 0.5em 15px 0.5em 0;		/* T R B L */
	}
#topbar a:link {
	color: white;
	text-decoration: none;
	}
#topbar a:hover {
	color: #FF69B4;				/*hotpink*/
	}
#header {
	height: 155px;
	background-color: #B0C4DE;		/*lightsteelblue*/
	}
#headerleft {
	float: left;
	height: 155px;
	width: 300px;
	}
#headerright {
	float: right;
	height: 155px;
	background-color: #B0C4DE;		/*lightsteelblue*/
	}
h1 {
	font-family: /*"Viner Hand ITC",*/ "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 3.3em;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	margin: 1.2em 7px 0 0;
	}
#container {
	background-image: url(blueblock.jpg);
	background-repeat: repeat-y;
	}	
#navigation {
	width: 300px;
	float: left;
	background-color: #B0C4DE;		/*lightsteelblue*/
	}
ul {
	margin: 1em 0 1em 2.2em;		/* T R B L */
	}
ul.sublist {
	margin: 0 0 0 1.2em;
	list-style-type: circle;
	}
li {
	margin: 0.4em 0 0.4em 0;		/* T R B L */
	}
li.activepage {
	font-weight: bold;
	list-style-type: none;
	}
#content {
	background-color: white;
	padding: 1em;
	margin: 0 0 0 300px;
	}
h2 {
	font-size: 1.3em;
	padding: 0 0 0.7em 0;
	}
h3 {
	font-size: 1.1em;
	padding: 0 0 0.5em 0;
	}
p {
	padding: 0.3em 0 0.3em 0;
	}
blockquote {
	margin: 0.4em 0 1.2em 1em;
	}
pre	{
	font-family: "Prestige Elite", "Courier New", monospace;
	font-size: 1em;
	color: #4682B4;				/*steelblue*/
	}
span.poemtitle {
	font-weight: bold;
	font-size: 1.1em;
	}
span.copyright {
	font-weight: bold;
	font-size: 1.1em;
	}
span.reviewer {
	font-style: italic;
	font-weight: bold;
	font-size: 0.9em;
	}
span.comment {
	background-color: red;
	color: white;
	}
a:link {
	color: #191970;				/*midnightblue*/
	}
a:visited {
	color: #4682B4;				/*steelblue*/
	}
a:hover {
	color: #FF69B4;				/*hotpink*/
	}
li a:link {
	text-decoration: none;
	}
li a:visited {
	text-decoration: none;
	color: #191970;				/*midnightblue*/
	}
li a:hover {
	text-decoration: none;
	color: white;
	}
h3 a:link, h3 a:visited {
	color: #191970;
	}
h3 a:hover {
	color: #FF69B4;
	}
table	{
	margin: 1em 0 1em 0;
	border-collapse: collapse;
	border: none;
	}
th	{
	text-align: left;
	padding: 4px;
	border: solid 1px #B0C4DE;		/*lightsteelblue*/
	}
td	{
	padding: 4px;
	border: solid 1px #B0C4DE;		/*lightsteelblue*/
	}
.price {
	text-align: right;
	}
#footer {
	clear: left;
	background-color: #191970;
	color: white;
	text-align: right;
	padding: 0.5em 15px 0.5em 0;		/* T R B L */
	}
#footer a:link {
	color:white;
	text-decoration: none;
	}
#footer a:hover {
	color: #FF69B4;
	}
address {
	font-style: normal;
	padding: 0.3em 0 0.3em 0;
	}

