.title {
	font-size: 24px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #30A1B6;
}

body {
	background-color: #f0f7c7;
	
}

a:link {
	color: #88872b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #88872b;
}
a:hover {
	text-decoration: underline;
	color: #30A1B6;
}
a:active {
	text-decoration: none;
}

.p {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


