﻿/***************************************************************
 * 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:
  #607FBF
/*  #a68c53 */
 ; }

.headerLinks *, .menuBar a:hover,
.leftSideBar a:hover, .leftSideBar .thisPage
 { color: black; }

.leftSideBar .sideBarTitle, .rightSideBar .sideBarTitle, #footer, #footer a
{ color: #E1EBFF;}

.headerTitle span
{ color:
black
/* #607FBF */
;}

.headerTitle
 { color: #607FBF;
}

.menuBar, .menuBar *
 { color:
  white
 ; }

.headerLinks
 { color: #000000
/*  #b82619 */
 ; }


/* ###### Background Colors ###### */

body
 { background-color:
#e1EBFF
/* #ECE9F3*/
/*  #f3f2eb */
 ; }

#bodyText, .headerLinks, .menuBar a:hover, .rightSideBar
 { background-color: white; }

#header
 { background-color:
/* white*/
  #E1EBFF
/* #607FBF*/
/*  #b82619 */
 ; }

.menuBar
 { background-color: black; }

.leftSideBar .sideBarTitle, .rightSideBar .sideBarTitle, #footer
 { background-color: #607FBF
/*  #e6dfcf */
 ; }


/* ###### Border Colors ###### */

h1, #bodyText, .rightSideBar
 { border-color:#607FBF
/*  #e6dfcf */
 ; }

acronym
 { border-color: #a68c53; }
