a:visited {
	color: #0000CC;
	font-size: 16px;
	text-decoration: none;




}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 16px;



}
a:active {
	color: #000000;
	font-size: 16px;
	text-decoration: none;





}
a:link {
	color: #0000CC;
	font-size: 16px;
	text-decoration: none;




}
p {
	line-height: 150%;
}

