table, body, div, span, p, .p, h1, h2, .subhead, h3, ul, li, a, td, tr, th, select, input, textarea
{
  font-family: "Lucida Grande", "Trebuchet MS", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.error {
  font-family: 'Lucida Grande', 'Trebuchet MS', Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: red;
}

<!-- public regular links -->
a:link          { color: #336699; }
a:active        { color: #6699AA; }
a:hover         { color: #6699AA; }
a:visited       { color: #6699AA; }
a:visited:hover { color: #99AACC; }

TR.odd
{
	background-color: #ededc4;
	border: 1px dashed #7d7d7d;
	border-left: 0px;
	border-right: 0px;
}

TR.even {
    background-color: #FFFFCC;
	border-left: 0px;
	border-right: 0px;
}

.title
{
  font-family: 'Lucida Grande', 'Trebuchet MS', Geneva, Verdana, Arial, Helvetica, sans-serif;
  color: #006699;
  font-weight: bold;
  font-size: 14px;
  border-width: 0;
}

.subtitle
{
  font-family: 'Lucida Grande', 'Trebuchet MS', Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  border-width: 0;
}

.copy
{
  font-family: 'Trebuchet MS', "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a.nav               { color: #99CCFF; text-decoration: none; }
a.nav:link          { color: #99CCFF; }
a.nav:active        { color: #6699CC; }
a.nav:hover         { color: #FFFFFF; }
a.nav:visited       { color: #99CCFF; }
a.nav:visited:hover { color: #FFFFFF; }

TR.reverse
{
  border: 1px;
     font-family: verdana;
     font-weight: bold;
     font-size: 12px;
     color: #FFFFFF;
     background-color: #e66900;
     border-width: 0;
}

TR.nav {
  border: 1px;
  font-family: verdana;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
       background-color: #006699;
  border-width: 0;
  text-decoration: none;
}

TABLE.list {
  background-color: #FF9933;
  border-width: 0;
}

TABLE.list_gr {
  background-color: #d4daff;
}

TABLE.nav {
  background-color: #FFFFFF;
  font-family: "Trebuchet MS", 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;

}

.cartitem {
  border:1px solid #999999;
  width:400px;
  padding:10px;
  margin: 5px;
  text-align: left;
}

.price {
  font-weight: bold;
}

.cart {
  width: 420px;
}

.picture {
  float: left;
}

.cart h2 {
  border-bottom: 1px solid #CCC;
  color: #666;
  size: 14px;
  text-align: left;
}

.Body {
    margin: auto;
    width: 700px;
}

.Body h1 {
    align: center;
}

.newsItem h1 {
    size: 18px;
}