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

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
}


p.dropcap:first-letter {
	float: left; /* Make the text flow around the letter */
	font-family: Times, Times New Roman, Serif; /* Use whatever font fits your site */
	color: #DC493F; /* Color of the font */
	font-size: 3em; /* Makes the letter twice the size of the rest of the text */
	font-weight: bold; /* Don't need it, but looks good */
	line-height: 1em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
	padding-right: 0.15em; /* If it's getting crowded - adjust */
}

.fleetcorp {
	font-size:10px;
	height: 30px;
	padding-top:20px;
}


.copyright {
	font-size:10px;
}