a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {

	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
}
a:hover {

	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {

	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
}
p a:link {
	
	font-size: 12px;
	line-height: 150%;
	color: #003399;
	text-decoration: none;
}
p a:visited {

	font-size: 12px;
	line-height: 150%;
	color: #CC3333;
	text-decoration: none;
}
p a:hover {


	font-size: 12px;
	line-height: 150%;
	color: #FF3300;
	text-decoration: underline;
}
p a:active {

	font-size: 12px;
	line-height: 150%;
	color: #FF9900;
	text-decoration: underline;
}
