a:link {
	text-decoration: none;
	color: #F36648;
}

a:visited {
	text-decoration: none;
	color: #F36648;
}

a:hover {
	text-decoration: underline;
	color: #A6C668;
}

a:active {
	text-decoration: underline;
	color: #F36648;
	}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12; 
	color: #000000;
	font-weight: bold;
}