/**********************************************************************
 * TITLE: Color Scheme Stylesheet for Tierra Verde                    *
 * URI  : http://www.oswd.org/design/???/tierraverde/color-scheme.css *
 * MODIF: 2003-02-01 1904 +0800                                       *
 **********************************************************************/


/* ###### General Colors ###### */

/*** Text Color (darker): #22464f ***/
  body, #bodyText a, .sideBar a, .sideBar a:hover, .sideBar span, .subFooter a
  { color: black; }
  h1
  {color:black;}
/*** Text Color (lighter): ***/
  .headerTitle span, .menuBar, .menuBar *, .sideBar a:hover, #footer, #footer a
  { color:white; }

/*** Border Color: ***/
  #bodyText .boxedDark, #bodyText .boxedLight, .sideBar a, .sideBar a:hover, .sideBar span,
  #footer a:hover, .subFooter a
  { border-color: #22464f; }

/*** Background Color (darker): #22464f ***/
  #header, #footer
  { background-color:black; }

/*** Background Color (lighter): #cddbcd ***/
  #bodyText .boxedLight, .sideBarTitle
  { background-color:#ffffcc; }


/* ###### Special Colors ######body { background-color: #abc3ac;  */

#header { border-color: white; }

.headerTitle { color: #999999; }

.menuBar a:hover { color: #abc3ac; }

body { background-color:#669999; }

#bodyText .boxedDark { color: black; }

#footer a { border-color: white; }

.subFooter a:hover { border-color: #abc3ac; }