body {
       color:          black ;
       background-color:       silver ;
       margin: 5% ;

       font-family:    Arial,Sans-serif ;
       font-size:      100% ;

}


#site, #tagline {
   display: inline ;
}

#site {
     font-weight:      bold ;
     font-size:  1.5em ;
}

#tagline {
        float: right ;
        font-style:  italic ;
/*       vertical-align:     middle ; */
}

#banner, #main {
       background-color:       white ;
       border: 1px solid gray ;
       padding:        2% ;
}

#main {
       clear:  right ;
}


#navmenu ul {
       float: right ;
}

#object-list ul, #exit-list ul {
            text-align:    center ;
}

#object-list li, #exit-list li {
       list-style: none;
       display: inline;
       padding: 0.25em ;
}

#navmenu li, #validation li {
       font-weight:    bold ;
       text-align:     center ;
       margin-bottom:  3px ;
       margin-top:     3px ;
       list-style: none;
       display:        inline ;
}

#navmenu a, #validation a {
       padding:        4px ;
       margin:         2px ;
       text-decoration:    none ;
/*      display:            block ; */
       color:              #ffffff ;
       background-color:   silver ;
/*      color:              #224059 ;
       background-color:   #b5c9e2 ;
*/
       border-style:       outset ;
/*      border-top:         2px #ffffff sold ;
       border-left:        2px #000000 sold ;
       border-bottom:      2px #000000 sold ;
       border-right:       2px #ffffff sold ;
*/
}

#navmenu a:hover, #validation a:hover {
/*      background-color:   #99aabf ;*/
/*      background-color:   #808080 ; */
       background-color:   #acacac ;
       border-style:       inset ;
/*      border-top:         2px #31557f sold ;
       border-left:        2px #31557f sold ;
       border-bottom:      2px #cce3ff sold ;
       border-right:       2px #cce3ff sold ;
*/
}
/*
button {
       font-weight:    bold ;
       text-align:     center ;
       margin-bottom:  3px ;
       margin-top:     3px ;
       list-style: none;
       display:        inline ;
}

button a {
       padding:        4px ;
       margin:         2px ;
       text-decoration:    none ;
/@      display:            block ; @/
       color:              white ;
       background-color:   black ;
       border-top:         2px #cce3ff sold ;
       border-left:        2px #cce3ff sold ;
       border-bottom:      2px #cce3ff sold ;
       border-right:       2px #cce3ff sold ;
}

button a:hover {
       background-color:   #99aabf ;
       border-top:         2px #31557f sold ;
       border-left:        2px #31557f sold ;
       border-bottom:      2px #cce3ff sold ;
       border-right:       2px #cce3ff sold ;
}
*/

#validation {
       text-align:     center ;
}

/*
#validation li {
       list-style: none;
       display: inline;
       padding: 0.25em ;
}
*/

#validation a {
       background-color:       #fecb65 ;
       color:  black ;
}

#validation a:hover {
/*      background-color:       #ae7b15 ; */
/*      background-color:       #ffb90f ; */
/*      background-color:       #be984b ; */
       background-color:       #e4b65a ; /* Darkened by taking 90% each of RGB */
}