/**
 * common.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.71.2.1 2009/04/08 19:43:30 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: #111;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

a:link {
	color: #004677;
}

a:active {
	color: #253;
}

a:visited {
	color: #004677;
}

a:hover {
	color: #253;
	background: #6CF;
}

a.plain {
	text-decoration: none;
}

#header {
	background-color: #004677;
}

#header h1 {
	color: white;;
}

#footer {
	background-color: #004677;
}


