body {
	margin: 0;
	padding: 0;
	background: #v2racing.jpg;
	font-size: 13px;
	

	font-family:Verdana, Arial, Helvetica, sans-serif
	text-align: justify;
	color: #ffffff;
	}
	h1,h2,h3{color: red};
	
#upper { 
text-transform: uppercase;
}

/* Footer */

#footer {
	clear: both;
	height: 140px;

	background:  ;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-transform: lowercase;
}

/*link */
a:link {
	color: white;
	text-decoration:none;
}

a:visited {
	color: white;
	text-decoration:none;
}



a:hover {
	color:RED;
	text-decoration:none;
}

