BODY
   {
   color: white;
   font-weight: bold;
   background: rgb(69,41,150);
   font-family: Arial, Helvetica, sans-serif;
   line-height:1.2;
   }

A
   {
   color: white;
   font-size: 1.2em;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   }

A:hover
   {
   color: red;
   font-weight: bold;
   font-size: 1.17em;
   text-transform: uppercase;
   text-decoration: none;
   }

SPAN.Home
   {
   font-size: 1.2em;
   }

DIV.Visitors
   {
   color: white;
   font-weight: bold;
   padding: 1.0em;
   line-height: 1.5em;
   border-style: solid;
   border-width: 2px;
   font-size: 0.8em;
   font-style:italic;
   }
