html, body, td, p {
	font-family: sans-serif;
	font-size: 9pt;
	color: black;
}
body {
	background-color: gainsboro;
}
tr, td {
	vertical-align: top;
}
.menu {
	background-color: olive;
	color: white;
	font-size: 7pt;	
	text-align: center;
}
.menu a, .menu a:link, .menu a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid black;
	padding: 3px;
	display: block;	
}
.menu a:hover {
	background-color: white;
	color: black;
}
.news {
	width: 400px;
}
.news table {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.news td {
	padding: 3px;
	padding-right: 10px;
}
.news thead td, .comment {
	font-style: italic;
}
.news a, .news a:link, .news a:visited,
.plus a, .plus a:link, .plus a:visited {
	color: olive;
	text-decoration: none;
}
.news a:hover, 
.plus a:hover {
	color: #000;
	text-decoration: underline;
}
.plus, .menu {
	width: 150px;
	font-size: 8pt;
}
.plus {
	background-color: white;
}
.tableone {
	background-color: black;
	width: 850px;
}
.tbodyone {
	background-color: white;
}
.theadone {
	background-color: #000;
}
p {
	padding: 10px;
	margin: 0px;
}
p.title {
	color: #fff;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}
.picleft, .driverspic {
	float: left;
	margin-right: 10px;
}
.picright {
	float: right;
	margin-left: 10px;
}
.sub, .sub-plus {
	display: block;
	font-weight: bold;
	font-family: sans-serif;
	color: black;		
	text-transform: uppercase;
	padding: 0px;	
	letter-spacing: 1px;
	margin-bottom: 0px;
	border-bottom: 1px solid olive;
}
.sub-plus {
	/*background-color: steelblue;*/
	margin-bottom: 10px;
}
.subhead {
	font-size: 14pt;
	font-family: sans-serif;
	font-weight: normal;
	color: olive;
	border-top: 0px dashed olive;
	text-transform: uppercase;
}
.subseason {
	font-size: 8pt;
	text-transform: lowercase;
	display: block;
	color: black;
}
.subdate, .driversname, .smalltitle {
	color: olive;
	font-weight: bold;
	margin-right: 5px;
	text-transform: lowercase;
}
p.smalltitle {
	padding-bottom: 0px;
}
.driversname {
	text-transform: uppercase;
}
.line_1 {
	/*background-color: #fff;*/
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.line_2 {
	/*background-color: #fff;*/
}
.news img {
	border: 0px solid olive;
}
.bold {
	color: olive;
	font-weight: bold;
} 
.Bra {
	color: DarkGreen;
}
.BRM {
	color: Black;
}
.Coo {
	color: Olive;
}
.Eag {
	color: MediumBlue;
}
.Fer {
	color: Red;
}
.Hon {
	color: DarkOrchid;
}
.Lot {
	color: LimeGreen;
}
.McL {
	color: Orange;
}
.Mat {
	color: DodgerBlue;
}
.dns {
	color: LightGray;
}