@charset "utf-8";
/* CSS Document */

body, h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	color: #CCC;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position:scroll;
	margin-top: 30px;
	background-color: #000;
}


a:link {
	color:#C6551A;
	text-decoration:none;
}
a:visited {
	color:#C6551A;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:none;
}
a:active {
	color:#C6551A;
	text-decoration:none;
}

.headline {
	font-size:16px;
	font-weight: bold;
	color: #600;
	
}

.headline_smaller{
	font-size:13px;
	font-weight: bold;
	color: #600;
}

.title {
	color:#C6551A;
}



ul li {
	margin-bottom: 3px;
}

ul {
	margin-bottom: 0px;
	font-size: 12px;
}