/*
	created by		: Ann Brown
	created on		: February 10, 2007
	purpose			: Circuit Rider website CSS file
*/


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ffffff;
	text-align: left;
	margin:0;
	background:#000000;
}




h1{
    font-size: 1.2em;
   	color: #ffffff;
    font-family: helvetica, arial, sans-serif;
	margin-top: 16px;
	text-align: center;
	
	
}
h2{
    font-size: 1.5em;
   	color: #ffffff;
    font-family: arial, helvetica, sans-serif;
	margin-top: 16px;
	text-align: left;
	
	
}

a:link, a:visited {
	font-family: arial, helvetica, sans-serif;
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
	font-size:1em;
}

a:hover {
	font-family: arial, helvetica, sans-serif;
	color: #cc3433;
	text-decoration: none;
	font-weight: normal;
	font-size:1em;
}

a:link.footer, a:visited.footer {
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size:.7em;
}

a:hover.footer {
	font-family: arial, helvetica, sans-serif;
	color: #cc3433;
	text-decoration: none;
	font-weight: normal;
	font-size:.7em;
}

a:link.footer2, a:visited.footer2 {
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size:.8em;
}

a:hover.footer2 {
	font-family: arial, helvetica, sans-serif;
	color: #cc3433;
	text-decoration: none;
	font-weight: normal;
	font-size:.8em;
}

td.footer2 {
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size:.95em;
}




	
