body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	line-height: 130%;
	font-size: 13px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
