/* Milburn Auto Sales & Service Inc. */
/* www.milburnautosales.com          */
/* Guelph, Ontario, Canada           */

/* "include/milburnhome.css"     */
/* main style sheet for website  */
/* CSS Level 1                   */

body {  background: #777777; 
        font-family: arial,helvetica,sans-serif; 
        font-size: 10pt; font-style: normal; font-weight: normal; color: black;
        margin-top: 0px; margin-bottom: 0px; margin-left: 10px; margin-right: 10px; } 
a:link      { color: blue; font-style: normal; text-decoration: none;  }
a:visited   { color: blue; font-style: normal; text-decoration: none; }
a:active    { color: blue; font-style: normal; text-decoration: none; }
a:hover     { color: red; font-style: normal; text-decoration: none; }

h1 {font-size: 14pt; }
h2 {font-size: 12pt; }

