/*******************************************************************
 * TITLE: Color Scheme Stylesheet for Blue Haze                    *
 * URI  : http://www.oswd.org/design/xxx/bluehaze/color-scheme.css *
 * MODIF: 2003-01-05 1608 +0800                                    *
 *******************************************************************/


/* ------------------------------------------------------------------------
   Four basic colors are used to render Blue Haze. These are:
     1. Text Color                 red #e72918;
     2. Border Color
     3. Background Color (darker)  blue dark #31398c;
     4. Background Color (lighter) blue light #BDCEDE;
   
   To change the above colors, just edit their respective values below.
------------------------------------------------------------------------ */


/* ###### General Color Scheme ###### */

a, h1, h2, h3, q, .topOfPage, .bodyText a
{ /* Text Color:  */  color: #31398c; } 

q,  #header, .sideBox
{ /* Border Color: */  border-color: #31398c; }

.sideBox div h1:hover, .menu-0-no a:hover, .menu-1-no a:hover, .menu-2-no a:hover, .menu-0-act, .menu-1-act, .menu-2-act, a:hover, #footer, #header
{ /* Background Color (darker): */  background-color: #e72918; }

.sideBox div h1, q, .sideBox span, .menu-0-no, .menu-1-no a, .menu-2-no a
{ /* Background Color (lighter): */  background-color: #BDCEDE;  }


/* ###### Special Colors ###### */
#header div, #header div *, #footer * {
 color: #ffffff;
}


