/**
 * common.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id$
 */



/**
 * Common HTML elements
 */

a:link {
	color: #9A323B;
}

a:active {
	color: #253;
}

a:visited {
	color: #9A323B;
}

a:hover {
	color: #9A323B;
	background: #FAF0F1;
}


/**
 * Main layout elements
 */

body	{
	background-color: white;
} 

#header {
	background-color: #9A323B;
}

#footer {
	background-color: #9A323B;
}

