/* 
	
CSS vs1.0 for Roger's Auto Sales
Author: Jess C Scott
URI: http://www.jesscscott.com

*/

/* basic elements
*/

body { 
	font: 10pt arial; 
	margin: 5px; 
	text-align:center;
	}
p { 
	font: 10pt arial;
	color: #fff;
	margin-left: 3px;
	margin-top: 0px; 
	margin-right: 3px;
	text-align: center;
	}
h1 {
	font: bold 12pt arial;
	color: #fff;
	margin-top: 17px;
	text-align: center;
	text-decoration: underline; 
	}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #ccc;
	}
a:hover {
	text-decoration: none; 
	color: #EFA3CD;
	}

/* Structure divs */

#pix {
	border: 1px solid #000;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	}