/* USA Defaults CSS Document - set defaults for all USAMotorHost.com websites */
/* Set values to remove defaults from all browsers.  Then set values as desired. */
/* Sets size to 960 x 630, centers page, sets font size to 13/20 */
/* html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, pre, code, address, variable, form fieldset, blockquote */
/* include in html with this stmt: <link rel="stylesheet" href="USADefaults.css"> */

* {padding:0; margin:0; font-weight:normal; box-sizing:border-box;}
table {border-collapse: collapse; border-spacing:0;}
td, th, caption {font-weight:normal; text-align: left;}
img, fieldset {border:0;}
ol {padding-left:1.4em; list-style:decimal;}
ul {padding-left:3em; list-style:disc;}
q:before, q:after {content:'';}
body {text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;	
	font-size:16px;
	line-height:20px;}
#Wrapper {text-align:center;
	margin:0 auto;
	margin-top:10px;
	width:960px;
	height:100%;
	min-height:630px;}
#Footer {clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 20px;}
#Footer p {margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: .75em;
	color: #FFFFFF;}
#Footer a {color: #FFFFFF;}