
/* 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
*/



/* bottom links */

#bottom a {
   color: #bebedf;
   background: transparent;
   text-decoration: none;
   padding: 1px 4px;
   border: 1px solid #99c;
   border-width: 1px 0 1px 1px;
   }
#bottom a.last {
   border-width: 1px;
   }
#bottom a:hover, #bottom a:active {
   color: #006;
   background: #bbd;
   text-decoration: none;
   }