h1    {
	background-image: url(marble.gif);
}

blockquote    {
	border-color: #999999;
	background-color: #f0f0f0;
}

*.leftbox    {
}

/******************************************************************
 * TITLE: Common Color Scheme Stylesheet for Sinorca              *
 * URI  : http://www.oswd.org/design/???/sinorca/color-scheme.css *
 * MODIF: 2003-01-13 1237 +0800                                   *
 ******************************************************************/
/* ---------------------------------------------------------------------
    Colors which are common to both the sinorca-grey and sinorca-white
    stylesheets are declared here. Color rules which are specific to
    one of the alternative stylesheets are found in that alternative
    stylesheet.
----------------------------------------------------------------------*/
/* ###### Text Colors ###### */
body    {
	color: black;
}

*#bodyText a    {
	color: #0066cc;
}

*#header    {
	color: #274e90;
}

*.sideMenuBox a    {
	color: #0066cc;
}

*.sideMenuBox a:hover    {
	color: white;
}

*.sideTextBox span    {
	color: black;
}

*.sideTextBox a    {
	color: #0066cc;
}

*#footer    {
	color: black;
	background-color: #f0f0f0;
}

/* ###### Background Colors ###### */
q    {
	background-color: #f0f0f0;
}

*#header    {
	background-color: #8caae6;
}

*.sideMenuBox a:hover    {
	background-color: #6487dc;
}

/* ###### Border Colors ###### */
q    {
	border-color: #999999;
}

acronym    {
	border-bottom-color: #999999;
}

*#bodyText a    {
	border-bottom-color: #0066cc;
}

*.sideTextBox a    {
	border-bottom-color: #0066cc;
}

*#footer a    {
	border-bottom-color: white;
}

