/*******************************************************************
 * TITLE: Color Scheme Stylesheet for Blue Haze                    *
 * URI  : http://www.oswd.org/design/xxx/bluehaze/color-scheme.css *
 * MODIF: 2003-01-05 1608 +0800                                    *
 *******************************************************************/

/* ###### General Color Scheme ###### */

#header div, #header div *, #footer *, .headerTitle, .sideBox div, .topOfPage, .sidebox a:hover
{ /* Text Color: */  color: #FFF; }

h1, h2, h3, q, code .title
{
	color: #800;
}

h1, q,  #header, .sideBox, .sideBox div
{ /* Border Color: */  border-color: #300; }

#header, .sideBox div, .sideBox a:hover, .sideBox .thisPage
{ /* Background Color (darker): */  background-color: #B00; }

q, .sideBox a, .sideBox span
{ /* Background Color (lighter): */  background-color: #FEE; }

.sideBox .thisPage a {
  font-weight: bolder;       
	background-color: #B00;
	color: #FFF;
}

code
{
	background-color: #FEE;
	color: 
}

/* ###### Special Colors ###### */

acronym {
  color: #800;
  border-bottom-color: #800;
}

/*#bodyText a {
  color: #4080ff;
  border-bottom-color: #4080ff;
}*/

#footer {
  background-color: #800;
}

#bodyText a {
	color: #900;
	text-decoration: underline;
}

#bodyText a:visited {
	color: #600;
	text-decoration: none;
}

#bodyText a:hover {
  color: #B00;
	text-decoration: underline;
}

#bodyText a:active {
	color: #666;
	text-decoration: underline;
}

#bodyText q a {
	color: #D00;
	text-decoration: underline;
}

#bodyText q a:visited {
	color: #600;
	text-decoration: none;
}

#bodyText q a:hover {
  color: #B00;
	text-decoration: underline;
}

#bodyText q a:active {
	color: #666;
	text-decoration: underline;
}

.menuBar a:hover, .locBar a:hover
{
	color: #FDD;
}
