body {
  color: #333;
  font-size: 14px;
  padding: 0 0 40px; }

a {
  color: #2D7DAA;
  text-decoration: none; }
  a:hover {
  	color: #2D7DAA;
 	text-decoration: underline;}



.hide{
	display:none;
}

div #meta{
	
	font-size: 14px;
	color: 	#999999  ;
}
.headline a{
	font-size: 20px;	 
	color: blue;
	
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}