/***************************************************************
 * 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, h2, h3, h4, #bodyText a, .leftSideBar a, .leftSideBar span, .rightSideBar a
 { color: #0000ff; }

.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: #b82619; }


/* ###### Background Colors ###### */

body
 { background-color: #f3f2f2; }

#bodyText, .headerLinks, .menuBar a:hover, .rightSideBar
 { background-color: white; }

#header
 { background-color: #FFFFFF; }

.menuBar
 { background-color: black; }

.leftSideBar .sideBarTitle, .rightSideBar .sideBarTitle, #footer
 { background-color: #dedeff; }


/* ###### Border Colors ###### */

h1, #bodyText, .rightSideBar
 { border-color: #d6d6e0; }

acronym
 { border-color: #a68c53; }
