<!--
body {
	padding : 0;
	margin : 0;
	background: #330000;

}


h1 {
	font-weight: bold;
	font-size: 1.8em;
	font-family: arial, sans-serif;
	text-align: center;
	letter-spacing: -1px;	
	color: #660000;
	text-shadow: #000000;
}
h2 {
	font-weight: bold;
	font-size: 1.6em;
	font-family: arial, sans-serif;
	text-align: center;
	letter-spacing: -1px;	
	color: #660000;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	font-family: arial, sans-serif;
	text-align: center;
	letter-spacing: -1px;	
	color: #660000;
}
h4 {
	font-weight: bold;
	font-size: .76em;
	font-family: arial, sans-serif;
	text-align: center;
	letter-spacing: -1px;	
	color: #006699;
}
h5 {
	font-weight: bold;
	font-size: .8em;
	font-family: arial, sans-serif;
	text-align: center;
	letter-spacing: -.5px;	
	color: #000000;
}
h6 {
	font-weight: bold;
	font-size: .85em;
	font-family: arial, sans-serif;
	text-align: center;
	letter-spacing: -.5px;	
	color: #000000;
}
p {
	font-size: .80em;	
	font-family: arial, sans-serif;
	color: #000000;
	text-align: center;
}
p.caption {
	font-family:arial,sans-serif;
	font-size:x-small;
	text-align:center;
	background: #330000;
	color: #ffcc99;
}
li {
	font-weight: normal;
	font-family: arial, sans-serif;
	text-align: left;
}
td {
	font-size: 1em;	
	font-family: arial, sans-serif;
	color: #000000;
	text-align: center;
}
a:link {
	color: #006699;
	background: inherit;
	text-decoration:none;
}
a:visited {
	color: #006699;
	background: inherit;
	text-decoration:none;
}
a:active {
	color: #006699;
	background: inherit;
	text-decoration:none;
}
a:hover {
	color: #006699;
	background: inherit;
	font-weight: bold;
	text-decoration:none;
}
#content {
	display: block;
	width: 500px;
	height: 250px;
	background: #660000;

}