a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
p {
	font-family: Lucida Sans Unicode, Segoe UI, Lucida Grande, Tahoma, Helvetica, Arial;
}