
/* colors and backgrounds:

item                               color      background

body                               #ffffff    #224488
body - browser tables              #ffffff    #224488
main text                          #000000    #fefdf7

navigation                         #000000    #fefdf7
navigation hover                   #000000    #fbf1d1
navigation list                    #000000    #fdfcee
navigation list border             #e9cb63
navigation list hover              #000000    #f9ebb5
navigation list items              #000000    transparent
navigation list links hover+focus  #000000    #f2d274
navigation list links link+visited #000000    transparent

main-text a:link:focus             #4d0033    #e4ddba
main-text a:visited:focus          #4d0033    #e4ddba
main-text a:link                   #000000    #fbf3d1
main-text:hover a:link             #be0077    #f9ebb5
main-text a:visited                #000000    #fcfbe6
main-text:hover a:visited          #4d0033    #fbf3d1
main-text a:link:hover             #4d0033    #f1d674
main-text a:visited:hover          #4d0033    #f1d674
main-text a:link:active            #ffffff    #00009a
main-text a:visited:active         #ffffff    #00009a
*/



#top-across p.title{
   font: bold
         italic
         2.0em/1
         Georgia, "Times New Roman", Chicago, Charcoal, serif;
   color: #000000;
   word-spacing: 0.3em;
   letter-spacing: 0.3em;
   background: transparent
               url(../graphics/hs-white-2.gif);
   padding: 0 150px 0.2em 0.5em;
   margin: 0.3em 0 0 1em;
   position: absolute;
   width: 360px;
   bottom: 0;
   right: 0;
   }
#top-across:hover p.title{
   color: #e8d8a8;
   background: url(../graphics/hs-black-3.gif);
   }

/* commented out:
#top-across h1.title{
   font-size: 2.0em/1;
   color: #000;
   word-spacing: 0.3em;
   letter-spacing: 0.3em;
   background: url(../graphics/hs-white-2.gif);
   padding: 0.1em 0.5em 0.3em;
   margin: 0.3em 0 0.3em 1em;
   position: absolute;
   top: 100px;
   right: 158px;
   }
#top-across:hover h1.title{
   color: #d8e8a8;
   background: url(../graphics/hs-black-3.gif);
   }*/