body {
   font-size: 62.5%;
   font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
   margin: 20px;
}

h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
  }

   table {
      border: solid 0px red;
    }
    
   a:hover {
       text-decoration: none;
    }

    #pbuttons {
       margin: -2px;
       text-align: left;
    }

    #vehinfo {
       vertical-align: top;
       font-size: 12px;
       padding: 15px;
       background: #eee;
    }

    #vehpic {
       background: #eee;
    }

    #wrapper {
       border: solid 0px #aaa;
       margin-left: auto;
       margin-right: auto;
       width: 900px;
       background: transparent;
       margin-top: -5px;
    }

    #wrapper a {
       color: #0057a8;
    }

    #wrapper p {
       padding: 2px 2px 2px 2px;
    }

    .comments {
      overflow: auto;
      height: 120px;
      margin: 20px;
      text-align: left;
      font-style: italic;
      color: #888;
   }

    .eqtable {
       width: 600px;
       text-align: left;
       font-size: 12px;
       padding: 1px;
    }

    .link {
       font-size: 12px;
    }

    .link a:hover {text-decoration: underline;}

    .linktable td {
       vertical-align: middle;
    }

    .mtitle {
       font-size: 20px;
       font-weight: bold;
    }

    .picbuttons {
       text-align: center;
       padding: 0px 14px;
    }

    .picbuttons a {
       font-size: 12px;
       text-align: center;
       vertical-align: text-bottom;
    }

    .picbuttons a:hover {text-decoration: underline;}

    .tagline {
       text-align: center;
       font-size: 16px;
       font-style: italic;
       color: #000;
       font-weight: bold;
    }

    .price {
       font-size: 16px;
       color: #444;
    }

    .price2 {
       font-size: 24px;
       font-weight: bold;
    }

    .rebate {
       font-size: 10px;
       color: #aaa;
    }

    .request {
       text-align: center;
       font-size: 14px;
    }

    .request a {
       text-decoration: underline;
    }

     .specs p {
       padding: 4px 0px 4px 0px;
    }
   
     .sprice {
       font-size: 16px;
       color: #444;
    }

    .sprice2 {
       font-size: 24px;
       font-weight: bold;
       color: red;
    }
