p {
	font-size: 12px;
	line-height: 15px;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: justify;
}
	
a {
	color: FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #8B0000;
}

a:visited {
	color: #FF0000;
}

a:visited:hover {
	color: #8B0000;
}