/* CSS Document */

/* SellBuyTrucks.com Main Stylesheet - Master Layout Items */

/* Web Colors: Black(#000000), White(#FFFFFF), Grey(#C0C0C0), Light Grey(#EEEEEE), Red(#DF0023), Blue(#1D2A63) */

/* Fonts: maincontent - Helvetica, headers - Arial, links - Helvetica */

/* Main Site Dimensions: 900px (Width) X 100% (Height or fluid) */

/* Main Layout DIVs, Tables, BGs */
body {
  margin: 0;
  background-color: #FFFFFF;
  }

/* Fonts, Text, Links */
.maincontent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  }
  
.maincontentwhite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  }

.maincontentred {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #DF0023;
  }

.maincontentblue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #1D2A63;
  }

h1 {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #DF0023;
  }

h2 {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #C0C0C0;
  }

h3 {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  }

a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #DF0023;
  }

a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #DF0023;
  }
  
a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #DF0023;
  }

a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  }  
  