/* adjusts the font size (62.5% = 10px, 75% = 12px) */ 
body {font: normal 62.5% Verdana, Geneva, Tahoma, sans-serif; color:#E6E6E6;}

p {
	margin: 0 0 1.2em;
	font-size: 1.2em;
	line-height: 1.5;
	text-indent:1.75em;}

.dateflag p{
	text-align:right;
	font-family:Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	font-size:1.9em;
	font-weight:bold;
	text-shadow:0 1px 2px #090909;
	line-height:1.9;
	margin:0 8px 0 0;
	padding:7px 10px 0 0;
	color:#FFF;}
	
strong {font-weight: bold;}

em {font-style: italic;}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color:#FFF;}

h1 {
	font-size: 3em; 
	line-height: 1; 
	margin-bottom: 0.5em;}
	
h2 {
 	font-size: 2em; 
 	margin-bottom: 0.75em;}

h3 {
	font-size: 1.5em; 
	line-height: 1; 
	margin-bottom: 1em;}

#latest h3{
	font-family:Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-size:2em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
	padding:15px 0 0 0.175em;
	text-align:center;
	text-shadow:0 1px 2px #090909;
	line-height:1;
	margin-bottom:.9em;}
	
	#latest table th{
	font-family:"Century Gothic", "Apple Gothic", sans-serif;
	text-transform:uppercase;
	font-size:2.2em;
	font-weight:bold;}
	
		#latest .date{text-align:left;}
		#latest .track{text-align:center;}
		#latest .finish{text-align:right;}
		#latest .win{text-align:right; color:#0121BE;}

	#latest table td{
	font-family:Tahoma, Verdana, Geneva;
	font-size:1.6em;}
	
h4 {
	font-size: 1.2em; 
	line-height: 1.25; 
	margin-bottom: 1.25em;}

h5 {
	font-size: 1em; 
	font-weight: bold; 
	margin-bottom: 1.5em;}

h6 {
	font-size: 1em; 
	font-weight: bold;}

sup {vertical-align: .65em; font-size:80%;}
sup {vertical-align: .25em; font-size:75%; margin-left:.05em;}
/* ------------------- LINK STYLES ---------------------- */

a img {
	border:none;
	cursor: pointer;
	outline: none;}

a:link, a:visited {
	cursor: pointer;
	color: #FFF;
	outline: none;
	text-decoration: none;}

a:hover {
	cursor: pointer;
	color: #E6E6E6;
	text-decoration: underline;
	outline: none;
}

a:active {
	cursor: pointer;
	color: #CCC;
	outline: none;}
	
	
/* ------------------- Font Stack Options ---------------------- */

  /*The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/