body {
	color: Black;
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

a {
	color: rgb(255, 0, 51);
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: rgb(255, 0, 51);
	text-decoration: underline;
	
}