* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	background: #000 url(images/subaruheadgasket_bg.jpg) bottom right no-repeat;
	}
	
h2 {
	background: #FFF;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin: 13px 0 3px 0;
	}	

a {
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Verdana;
	font-weight: bold;
	border: 1px solid #111;
	color: #FFF;
	}

a:hover {
	color: #C20;
	border: 1px solid #000;
	}		
	
p {
	padding: 5px;
	color: #FFF;
	}
	
.tall {
	text-transform: uppercase;
	margin: 2px 0;
	text-decoration: none;
	display: block;
	width: 150px;
	background: #111;
	padding-left: 15px;
	}
	
#copyright {
	width: 689px;
	text-align: left;
	letter-spacing: 2px;
	font-size: 10px;
	}
	
.mini {
	font-size: 8px;
	}	
	
.slanted {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	}

.over {
	padding-left: 120px;
	}	
