/**
 * common.css
 *
 * Copyright (c) 2003-2005 The Public Knowledge Project
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.28 2005/09/09 05:41:23 kevin Exp $
 */

/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background-color: #E0E3D3;
	color: #111; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

a {
	text-decoration: underline;
}

a:link {
	color: #375;
}

a:active {
	color: #253;
}

a:visited {
	color: #375;
}

a:hover {
	color: #253;
}

a.plain {
	text-decoration: none;
}


