/*
 * Style sheet for Doug's Saddle Shop
*/

BODY {
        background-image: url("http://dougssaddleshop.net/images/bg05b.jpg");
        background-position: top left;
        background-repeat: repeat;
        font-family: Georgia1, Georgia, serif;
}

A:link {text-decoration: none;color: #800000}
A:visited {text-decoration: none;color: #800000}
A:hover {text-decoration: none; font:boldcolor: #800000}

.center {
        text-align: center;
}

.vtop   {
        margin-top: 0;
        text-align: center;
}

.celltop {
      margin-top: 10;
}

.bgcolor  {
      background-color: #CC9966; /*brown */
      border-color: #663300;
      border-style: double;
      border-width: medium;
}

.titlefont  {
      font-family: Georgia1, Georgia, serif;
}

.copy    {
      font-family: Georgia1, Georgia, serif;
      font-size: 1.15em;
}

.labels    {
      font-family: Georgia1, Georgia, serif;
      font-size: 1.15em;
      font-weight: bold;
      color: #000000;
}
.pixlinks  {
         border-color: #000000;
}

.quotes  {
      font-style: italic;
}

.customerquotes  {
      font-family: Georgia1, Georgia, serif;
      font-style: italic;
      font-size: .95em;
}

.byline {
      font-size: .85em;
}
