	body {
		background: Black;
		font-family: "palatino linotype", "bookman old style", "times new roman", serif;
		padding : 1ex;
		color: Red;
	}

h1 { 	font-size: 350%;  
		font-weight: normal;
		font-family: Rockwell, Times New Roman, serif;
		color: Black;
		text-align: center;
		line-height: 1ex;
}

img.logo, p.logo    {       
    float:left;
    margin: 1ex 1ex 0ex 1ex;
}
img.logo, p.logo img    {
    border: 5px solid Red;
}
p.logo a:hover    {
    text-decoration: none;
} 
  
h1.backpage {
	font-size: 290%;
	color: White;
	margin-left: 110px;
	padding: 1ex;
}

h2 {
		font-size: 250%; 
		font-weight: bold;
		color: Red;  
		margin-top: 0em;
		margin-bottom: 0em;
}

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

 .cartouche {
	margin: 0ex 1ex 1ex 1ex;
	color: Black;
	padding: 1em;
	background-color: White;
	border: 5px solid Red;
}

.christmas {
 	background-image: url(images/holly.jpg);
	margin: 5px;
}

.inner {
	padding:1em;
	margin: 50px;
 	background-color: White;
	border: 3px solid #CDC57D;
}	

a:link {
		color: Blue;
		font-weight: bold;
		text-decoration: none;
	}

a:visited  {
		color: Navy;
		font-weight: bold;
		text-decoration: none;
	}
	
a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: Red;
}

hr {
	color: Red;
	background-color: Red;
	height: 3px;
	margin: 15px 20px;
}

.credits {
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	text-align: right;
	font-size: 80%;
	color: White;
}


a.credits:link, a.credits:visited {
	color: #DEE0DB;
	font-weight: bold;
	text-decoration: underline;
}

a.credits:hover, {
	color: Red;
	font-weight: bold;
	text-decoration: None;
}

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

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

p.caption 	{
	font-family: Helvetica, Arial, sans-serif;
	margin-top:1em;
	margin-bottom:0em;
	font-size: 80%;
}

div.extract {
	background-color: #FFFFDD;
	padding: 1em;
	margin: 1em 2em;
}

div.extract p {
	margin: 1ex 0em;
	text-indent: 1em;
}

dt {
 	font-weight: bold;
	margin-top: 1.5ex;
	margin-bottom: 0.5ex;
}

div.flyer {
	text-align: center;
	width: 640px;
	border: double 5px Black;
}

div.flyer p {
	text-align: left;
	padding: .3ex 1ex;
}

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

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