/***************************************************************
 * TITLE: Color Scheme Stylesheet for Gila                     *
 * URI  : http://www.oswd.org/design/???/gila/color-scheme.css *
 * MODIF: 2003-02-03 1227 +0800                                *
 ***************************************************************/
/* Dark blue = #666699
/* Light blue = #00004C

/* ###### Text Colors ###### */

.leftSideBar a, .rightSideBar a, .leftSideBar span
 { color: #000066; border-style: solid; border-width: .01cm;
   background: #666699;}

.headerTitle, .headerLinks *, .menuBar a:hover,
.leftSideBar a:hover, .rightSideBar .sideBarTitle, leftSidebar.thispage #footer a
 { color: #666699; border-style: dashed; border-width: .01cm;
   background: #000066; }

 .leftSideBar .sideBarTitle, .headerTitle span, .menuBar, .menuBar *
 { color: black; }

.headerLinks
 { color: black; }


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

body
 { background-color: white; }

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

#header
 { background-color: white; }

.menuBar
 { background-color: silver; }

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

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

h1, #bodyText, .rightSideBar
 { border-color: silver; }
 
.header
 { border-color: black; }

acronym
 { border-color: #a68c53; }



























