<!--

body {
	background-color: black;
}
body,td,th {
	color: fuchsia;
	font-family: Arial Black, Arial, sans-serif;
	font-size: 12px;
}
.seizepix {
	font-size: 16px;
}
a, a:link, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: fuchsia;
}
a:active {
	text-decoration: none;
	color: #36F;
}
hr {
	color: fuchsia;
	width: 180px;
	
}
#news, ul, li {	text-align: center;}

-->