/*  Cascading Style Sheet for Doc's Motorcycle Touring Pit Stop */

body {                             /* Default layout of page background */
    background-color: silver;
    margin: .5cm 0 0 1cm;
    }

p, div   {                                /* Default format for all text */
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: black;
    text-align: left;
    }

h1 {                               /* Level 1 headers */
    font-family: Verdana;
    font-weight: bold;
    font-size: 20pt;
    color: black;
    font-style: italic;
    text-align: center;
    }

h2 {			/* Level 2 headers */
    font-family: sans-serif;
    font-size: 16pt;
    color: red;
    font-style: italic;
    text-align: center;
    }

h4 {                              /*  Minor headings */
    font-family: sans-serif;
    font-size: 12pt;
    text-decoration: underline;
    text-weight: bold;
    text-align: left;
    color: red;
    }

h5 {
    font-family: sans-serif;
    font-size: 9pt;
    }

a.link {
    color: blue;
    }

a.visited {
    color: red;
    }

.heading {
    font-family: sans-serif;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12pt;
    color: black;
    text-align: left;
    }

ul  {				/* list items */
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: black;
    }

.new {                            /* code for !NEW! items on the site */
    font-weight: bold;
    font-size: 12pt;
    color: red;
    }

.small {                          /* code for small text */
    font-weight: bold;
    font-size:10pt;
    font-family: sans-serif;
    }
    
