/**
 * styles/common.css
 *
 * Copyright (c) 2013 Simon Fraser University Library
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 */
/**
 * Main layout elements
 */
body {
	background-color: #FBFBF3;
	color: black;
	font-family: Arial, sans-serif;
	text-align: center;
}
a:link {
	color: #800;
}

a:active {
	color: #4b0082;
}

a:visited {
	color: #800;
}

a:hover {
	color: blue;
	background: silver;
}
 
#header {
	background-color: #B873C3;
}

#footer {
	background-color: #B873C3;
}

