p {
	font-family: sans-serif;
	font-size: 15px;
	color: maroon;
}
body {
	background-color: #e1ddb1;
}
a {
	font-family: sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: green;
	font-weight: bold;
}
table {
	font-family: sans-serif;
	font-size: 15px;
	color: maroon;
}


