/* CSS Document */

<style type="text/css">
	A:link {
	text-decoration: none;
	color: #CC6633;
}
	A:visited {
	text-decoration: none;
	color: #333333;
}
	A:active {
	text-decoration: none;
	color: #330000;
}
	A:hover {text-decoration: none; color: red;}
.style2 {font-size: 34px}
.style5 {font-size: 40px}
body,td,th {
	color: #330000;
	font-size: 18px;
}
body {
	background-image: url(Monster%20Truck/15695.jpg);
}
</style>