body {
}

h1 {
   font-size: 2.7em;
}

h2 {
   font-size: 1.5em;
}

h3 {
   font-size: 1em;
}

h5 {
   font-size: .7em
}

/* Table properties*/
table {
   border-collapse: collapse;
   border: 2px solid #000000;
   font: normal .7em arial, verdana, helvetica, sans-serif;
   color: #000000;
   background: #ffffff;
}

/* Table header cells*/
th {
   padding: 0.5em;
}

/* Table body cells*/
td {
   border: 1px solid #e0e0e0;
   padding: 0.5em;
}

/* Individual car pages */

/* Individual car thumbnail body cells */
td.carpicture {
   width: 64px;
}

/* Individual car thumbnail head cells */
th.carpicture {
   width: 64px;
}

/* Individual car info row headers */
td.rowtitle {
   border: 2px solid #000000;
   font-size: .8em;
   font-weight: bold;
}

/* remove pictures from header cells if printed*/
td.thumbnail {
   display: none;
}

/* remove pictures from body cells if printed*/
th.thumbnail {
   display: none;
}



