/* $Id: local_sample.css,v 1.1.4.1 2009/05/26 06:21:30 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */

/**
 * Put your custom css and css overrides in this file and
 * rename it local.css. By restricting your css changes 
 * to local.css, your changes will not be overwritten when
 * upgrading to a new version of this theme.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */
 
 #legal-notice {
	display: none;
 }
 
 #mission {
	color: #000000;
	text-align: justify;
	font-weight: 600;
	letter-spacing: 0.3em;
	width: 850px;
 }
 
div.message.status, .help {
	background-color: #ffffff; 
	border-color: #990033;
}

div.node {
	font-size: 1.2em;
	text-align: justify;
}
