
.emphasis   { color: white; font-size: 11px }
.blue { color: blue; font-size: 11px; }
.green { color: green; font-size: 11px; }
.brown { color: #5c430e; font-size: 11px; }
.bold  { font-weight: bold }
.small { font-size: 10px; font-weight: bold }
body    { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: url("../images/background.gif"); margin: 0; padding: 0 }
a:link, a:visited
    { color: navy; font-size: 12px ; font-weight: bold; }

a:active, a:hover
    { color: navy; font-size: 12px ; font-weight: bold; }
