a:visited {
	color: #0000FF;
	text-decoration: none;


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


}
a:active {
	color: #FF0000;



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


}
p {
	line-height: 150%;
	font-size: 16px;
}
