body {
	margin: auto;
	border: solid 1px #E01E25;
	padding: 4px;
	width: 240px;
	height: 240px;
	font-size: 0.7em;
	font-family: arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

img {
	border: none;
}
a {
	color: #E01E25;
}
a:hover {
	text-decoration: none;
}

div.bar {
	border-top: solid 1px #A90E15;
	border-bottom: solid 1px #E5E5E5;
	background-image: url('/gfx/topnavbg.gif');
	background-repeat: repeat-x;
	background-position: 50% 50%;
	height: 16px;
	margin-top: 3px;
}
div.bar a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}
div.headlines {
	padding-left: 5px;
}