p {
	background-color: Red;
	color: #FDF5E6;
	font-weight: bold;
	font-size: larger;
	font-family: Arial;
}
body {
	background-color: #FFFF99;
	text-align: center;
}

a {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: Blue;
	font-style: italic;
}


