/**
 * rightSidebar.css
 *
 * Copyright (c) 2000-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 * $Id: rightSidebar.css,v 1.5.2.2 2009/04/14 23:10:00 asmecher Exp $
 */

/**
 * Common HTML elements
 */

#rightSidebar {
	margin:0px;
	padding:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	text-decoration:none;
}
#rightSidebar a{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	text-decoration: underline;
}
#rightSidebar a:hover{
	color:#333;
	text-decoration:none;
}