  				:link { color: white; }
  				:visited { color: blue; }
  				:link:hover { color: white; }
  				:link:active { color: blue; }
 
  		body {
  				background-color: black;
  				font-family : Arial, Helvetica, sans-serif;
  				color : white;
  				}
  		.form {
  				margin: 0;
 				padding: 0
  				}
 		input.qty{ 
 		 		font-weight: bold; 
 		 		text-align: center;
 		 		width: 20px;
 		 		background-color: black; 
 		 		border-color: white; 
 		 		border-style: inset; 
 		 		border-width: 1px; 
 		 		color: white; 
 		 		}
 
  		p {
  				font-family: Arial, Helvetica, sans-serif;
  				font-size: 100%;
  				font-weight: normal;
  				color: white;
				text-align: left;
  				margin: 0pt;
  				padding: 0pt
  				}
 
  		p.vehicle {
  				font-size: 150%;
  				font-weight: bold;
  				text-align: center;
  				border-style: solid;
  				border-width: medium;
  				border-color: blue;
  				margin-left: 50px;
  				margin-top: 0px;
  				margin-right: 50px;
  				margin-bottom: 0px;
   				padding: 5pt
  				}

  		p.vHeadNotes {
 				font-weight: bold;
   				text-align: center
  				}

  		p.vFootNotes {
  				text-align: justify
  				}
 
   		p.disclaimer {
  				font-size: 75%;
  				font-style: italic;
   				text-align: center
  				}
   		p.cartInfo {
  				font-size: 90%;
   				text-align: center;
				margin-left: 50px;
  				margin-top: 0px;
  				margin-right: 50px;
  				margin-bottom: 0px
  				} 

  		p.columnHeader {
  				text-align: center;
  				text-transform: uppercase
  				}
 
  		p.valveLift {
  				text-align: center
  				}
 
  		p.duration {
  				text-align: center
  				}
 
  		p.adDuration {
  				text-align: center
  				}
 
  		p.grind {
  				text-align: center
  				}
  		p.partType {
  				text-align: center
  				}
 
   		p.partDescription {
  				text-align: left
  				}

    		p.partDescription2 {
  				text-align: left;
  				padding-left: 20px;
  				padding-top: 5px;
  				padding-bottom: 5px
  				}

  		p.partNumber {
  				font-weight: bold;
  				text-align: center
  				}

  		p.partNumber > a:target { background-color: red; }
 
   		p.price {
  				font-size: 70%;
  				font-style: italic;
  				text-align: center
  				}

		p.options {
  				font-size: 70%;
  				font-style: italic;
  				text-align: center
  				}

   		p.productDivider {
  				font-size: 90%;
  				font-style: italic;
  				text-align: left
  				}
 
  		p.accHeader {
  				font-size: 90%;
  				color: red;
				text-align: left
  				}
 
  		p.accReq {
  				font-size: 70%;
				text-align: left
  				}
 
  		p.nav {
  				font-size: 70%;
  				font-style: italic;
  				text-align: left
  				}

  		p.update {
  				font-size: 70%;
  				font-style: italic;
  				text-align: right
  				}

  		p.footer {
  				font-size: 80%;
  				text-align: center
  				}
 
  		p.search {
   				text-align: center
   				}
  		p.installInfoHeader {
  				font-size: 80%;
  				text-align: center;
  				text-decoration: underline
  				}
  		p.installInfo {
  				font-size: 80%;
  				text-align: left
  				}
  		p.installInfoLink {
  				font-size: 80%;
  				text-align: center
  				}
		p.vListMake {
  				font-size: 125%;
				font-weight: bold;
   				border-style: solid;
  				border-width: medium;
  				border-color: blue;
  				margin-left: 10px;
  				margin-top: 0px;
  				margin-right: 250px;
  				margin-bottom: 0px;
  				padding: 5pt
  				}
		#vListModel li {
				list-style-image: url(arrow.jpg);
				text-align: left;
  				}

		#vListModel a:hover { background-color: #333333; }

		#vListModel a:visited { color: white; }

  		p.tcVehicle {
  				font-weight: bold;
  				text-align: center;
  				border-style: solid;
  				border-width: medium;
  				border-color: blue;
  				margin-left: 5px;
  				margin-top: 0px;
  				margin-right: 5px;
  				margin-bottom: 0px;
   				padding: 5pt;
  				margin: 5pt
  				}