	body {
		background: Black;
		font-family: Bookman Old Style, Palatino Linotype, Times Roman, serif;
		padding : 2em;
		color: White;
	}

td {
		font-size: larger;
}

h1 { 	font-size: 400%;  
		font-weight: normal;
		font-family: Frankenstein, Bookman Old Style, Palatino Linotype, Times Roman, serif;
		color: White;
		text-align: center;
		margin: 0px 10px 10px 10px;
  }

h2 {
		font-size: 200%; 
		font-weight: bold;
		color: #9E7A56;  
		margin-top: 0em;
		margin-bottom: 0em;
}

h3 { 	font-size: 150%;  
		font-weight: bold;
  }

a:link {
		color: #80A1C2;
		font-weight: bold;
		text-decoration: none;
	}
	
a:visited  {
		color: #6990B7;
		font-weight: bold;
		text-decoration: none;
	}
	
a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: #C000C0;
	}

hr {
	color: #80A1C2;
	background-color: #80A1C2;
	height: 3px;
	margin: 10px 20px;
}

.smaller {
	font-size: 80%;
}

.credits {
	font-family: Gill Sans, "Gill Sans MT", Calibri, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}

.cartouche {
	margin:1em;
	color: Black;
	padding:1em;
	text-align : justify; 
	background-color: #F0F6F6;
	border: double White;
}

p.review	{
	margin-bottom:0em;
}

p.reviewer	{
	margin-top:0em;
	text-indent: 2em;
	font-style: italic;
}

p.clear	{
	font-size: 1px;
	margin: 0px;
	clear: left;
}

#navbar	{
	margin:1em;
	background-color: #F0F6F6;
	border: 3px double #80A1C2;
	font-family: Bliss, arial, helvetica, sans-serif;
	font-size: smaller;
}

 p.here {
	margin: 3px;
	color: Black;
	font-weight: bold;
	padding: 3px;
	background-color: #C9D5E3;
	border : 3px double #80A1C2;
}

p.item {
	margin: 3px;
	font-weight: bold;
	background-color: #DEE0E4;
}

a.item:link, a.item:visited {
	color: White;
	font-weight: bold;
	padding: 3px;
	background-color: #ADAFBB;
	border : 3px double White;
	display: block;
	text-decoration: none;
}

a.item:hover, a.here:hover {
	color: White;
	font-weight: bold;
	padding: 3px;
	background-color: Black;
	border : 3px double White;
	text-decoration: None;
	display: block;
}

dt {
	font-size: 100%;
	font-weight: bold;
}

dd  {
	margin-bottom: 1ex;
}

.cancelled {
	font-weight: Bold;
	color: Red;
}
