/***************************************************************
 * TITLE: Color Scheme Stylesheet for Gila                     *
 * URI  : http://www.oswd.org/design/???/gila/color-scheme.css *
 * MODIF: 2003-02-03 1227 +0800                                *
 ***************************************************************/


/* ###### Text Colors ###### */

h1, #bodyText a, .leftSideBar a, .leftSideBar span, .rightSideBar a
 { color: #a51110; }

.headerTitle, .headerLinks *, .menuBar a:hover, .leftSideBar .sideBarTitle,
.leftSideBar a:hover, .leftSideBar .thisPage, .rightSideBar .sideBarTitle, #footer a
 { color: black; }

.headerTitle span, .menuBar, .menuBar *
 { color: white; }

.headerLinks
 { color: white; }


/* ###### Background Colors ###### */

body
 { background-color: #f8f7f8; }

#bodyText, .headerLinks, .menuBar a:hover, .rightSideBar
 { background-color: white; }

#header
 { background-color: #c80000; }

.menuBar
 { background-color: #860000; }

.leftSideBar .sideBarTitle, .rightSideBar .sideBarTitle, #footer
 { background-color: #d77; }


/* ###### Border Colors ###### */

h1, #bodyText, .rightSideBar
 { border-color: #330000; }

acronym
 { border-color: #330000; }
