body
{
	background-color: #666;
	font-family: Garamond, Times, Serif;
	color: #fee;
	font-size: medium;
	text-align: center;
}

td
{
	text-align: center;
}

#poster
{
	background: #000; 
	padding: 20px; 
	border: solid 1px #ddd; 
	text-align: center;
	width: 788px;
} 

.quote
{
	color:#f66
} 


.heading
{
	font-weight: bold;
	font-size: x-large;
	font-family: Garamond, Times, Serif;
}

.light
{
	color: #cbb;
}


hr
{
	border: 0;
	width: 85%;
	color: #a88;
	background-color: #a88;
	height: 2px;
	margin: 20px;
}


a
{
	text-decoration: none;
	color: #ddf; 
}

a:hover
{ 
	text-decoration: underline
}

ul
{
	text-align:left;
	list-style-type:square;
	margin:0 30px;
}