/* CSS Document */

body {
	margin:0;
	background-color:#FFF9F6;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
a {
	text-decoration:none;
	color:#ff0000;
}
h1, h2, h3, h4, h5, h6 {
	color:#8E0706;
}
.headlines {
	width:50%;
	border:2px solid #8bb0cf;
}
.leftheadlines, .rightheadlines {
	visibility:hidden;
	display:none;
}
.clear {
	clear:both;
}
