p {
		font-size: 16px;
	font-family: arial, sans-serif;
}

a:link {
	color: blue;
	text-decoration:none;
}

a:visited {
	color: B0B0B0;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}