h1 { font-weight: bold;
     color: #000099;
     text-align: center; }
     
h2 {font-family: Georgia, "Times New Roman";
    color: #003399;
    background-color: #0099ff; }
    
h3 {font-family: Georgia, "Times New Roman";
    color: #003399; 
    font-weight: lighter; }
    
p   {text-indent: 1cm; }

ul  {font-size: 75%;
     border-color: green;
     border-style: double; 
     margin-left: 5%;
     margin-right: 55%;
     text-align: left;
     padding: 25px;
     background-color: #0099ff;
     }
     
em  {font-size: 18px;}

.upper  {text-transform: uppercase; }
.box    {border: thin solid;
         border-color: #000099 #0033CC;
         padding: 5px; }
/*
body  {background-image: url(images/blueswirl.jpg);}
*/

body  {background-repeat: repeat-y; 
       background-image: url(images/hbar.gif);
       margin: 5% 15% 10% 15%; }
       
a:link  {color: #ff0000; }
a:visited {color: #0066cc; }
a:hover  {color: #ccc; }