body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #620001;
	background-image: url(images/cb-bg.jpg);
	background-repeat: repeat-x;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8D0904;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #8D0904;
	font-weight: bold;
}
.title_yellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFCD08;
	font-weight: bold;
}
a:link {
	color: #FF3535;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF3535;
}
a:hover {
	text-decoration: none;
	color: #620001;
}
a:active {
	text-decoration: underline;
	color: #FF3535;
}