a:link {
	color: #0066FF;
}
a:visited {
	color: #0033FF;
}
a:hover {
	color: #00CCFF;
}
a:active {
	color: #00CCFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

