@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-transform: capitalize;
}
a:visited, a:link {
	color: #ff6600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#truckname {
	font-size: 36px;
	font-weight: bold;
}
.heading {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
ul {
	list-style-type: disc;
	bottom: 0px;
	margin: 0 0 0 0;
}
li {
	margin: 0 0 0 0;
}
.footer {
	font-style: italic;
	text-transform: none;
}

