/*******************************************************************
 * 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
     2. Border Color
     3. Background Color (darker)
     4. Background Color (lighter)
   
   To change the above colors, just edit their respective values below.
------------------------------------------------------------------------ */


/* ###### General Color Scheme ###### */

h1, h2, h3, q, #footer *, .headerTitle, .sideBox div, .topOfPage
{ /* Text Color: */  color: #514657; }

h1, q,  #header, .sideBox, .sideBox div
{
	border-color: #837390;
}

.sideBox .thisPage {
	color:#514657;
	background-color: #D84B64;
}

 .thisPage .sideBox div, .sideBox a:hover, .sideBox 
{ /* Background Color (darker): */  background-color: #7A6A85; }


q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */  background-color: #AFA4B7; }


/* ###### Special Colors ###### */

acronym {
  color: #AD4254;
  border-bottom-color: 7A6A85;
}

#bodyText a {
  color: #AD4254;
  border-bottom-color: #514657;
}

#footer {
  background-color: #f2f6ff;
}
.ClassLevel {
	font-style: italic;
	color: #AD4254;
}
