/*
  css for the www.drclassic.com site

  Copyright 2003 by Prodis Incorporated for D & R Classic Automotive.

  $Id: style.css,v 1.4 2004/01/19 20:46:20 tdesposito Exp $

*/
body
  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12pt;
    color: black;
  }

img
  {
    border: none;
  }

P
  {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12pt;
    color: black;
  }

/* h1 and h2 tags are used by Google for placement and ranking.
   Thus, we want to use them, but not make them too obnoxious. */
h1
  {
    font-weight: bold;
    font-size: 18pt;
  }

h2
  {
    font-weight: bold;
    font-size: 16pt;
  }

/* quick-heading is for the headings of the applets in the quick-access toolbox (left side applets) */
.quick-heading
  {
    font-size: big;
    font-weight: bold;
  }

/* quick-link is for the small links in the quick-access toolbox (left side applets) */
.quick-link
  {
    font-size: 11pt;
  }

/* we want to decorate our anchors such that they highlight (change, really) when we pass over them. */
a:link
  {
    text-decoration: underline;
    font-weight: bold;
    color: #305289;
  }

a:visited
  {
    text-decoration: underline;
    font-weight: bold;
    color: #305289;
  }

a:hover
  {
    text-decoration: none;
    font-weight: bold;
    color: #6F92CD;
  }

a.header:link
  {
    color: white;
    text-decoration:underline;
  }

a.header:visited
  {
    color: white;
    text-decoration:underline;
  }
a.header:hover
  {
    color: #6F92CD;
    text-decoration:none;
  }

.font
  {
    font-size: 12pt;
  }

.titlebar
  {
    font-size: 10pt;
    color: #FFFFFF;
    font-weight:bold;
  }

dt
  {
    font-weight: bold;
  }

<%flags>
inherit => undef;
</%flags>
