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

h1 {
	color:white;
	background-color:#363;
	font-weight:bold;
	text-transform:lowercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
	
.derby {
	float:right;
	width:100%;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	padding: 4px;
}

.derby-club1 {
	width:250px;
	float:right;
	margin-right: 20px;
}

.derby p {
	font-size:15pt;
	line-height: 24pt;
}

.derby-lt {
	width:510px;
	float:left;
	text-align:left;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}

.derby-lt-sm {
	font-size:13pt;
}

.derby-left {
	text-align:left;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 13pt;
	color:#666;
	margin-top: 15px;
}
