body {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
}

p {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: rgb(0,0,255);
	background-color: inherit;
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
}



