
BODY {font-family: Tahoma, Helvetica, Arial, sans-serif; color: black; font-size: 12px;
      background-image:url('images/background-top.png'), url('images/background-bot.png'); 
      background-position:center top, center bottom;
      background-repeat:no-repeat; background-attachment:fixed;
      }

a {text-decoration:none; }      
a:link {color: mediumturquoise; text-decoration: none; }
a:active {color: mediumturquoise; text-decoration: none; }
a:visited {color: mediumturquoise; text-decoration: none; }
a:hover {color: cyan; text-decoration: none; }      

#navbar {color:white; font-size:12pt; background-color:mediumturquoise; border-radius: 10px; padding: 5px; text-align:center; color: white; position:relative; top:50px}      
#navbar a:link {color: white; text-decoration: none; font-size:12pt }
#havbar a:active {color: white; text-decoration: none; }
#navbar a:visited {color: white; text-decoration: none; }
#navbar a:hover {color: cyan; text-decoration: none; }

#title {color:black; 
        font-weight:bold;
        font-size:16px;
        margin-left:50px;}
        
#listing {font-size: 16px;}        

#header {color:mediumturquoise;
         font-weight:bold;}

#orangeheader {color:darkorange;
               font-weight:bold;}          

#footer { font-size:8pt;} 