.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #33CC00;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	font-style: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}


a:hover{ text-decoration:underline; }
.background {
	background-color: #B2AE9B;
}
