/**
 * bothSidebars.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including both a left-hand sidebar and a
 * right-hand sidebar.
 *
 * $Id: bothSidebars.css,v 1.7 2008/06/11 21:01:03 asmecher Exp $
 */

/**
 * Common HTML elements
 */




#body {
	width: 100%;
	heght: 100%;

}
a:link {
	color: #FFF;
}

a:active {
	color: #253;
}

a:visited {
	color: #375;
}

a:hover {
	color: #253;
	background: #CDC;
}
