p {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #996600;
	font-size: 14px;
	width: 240px;
	left: auto;
	top: auto;
	overflow: scroll;
	height: 200px;
	padding: 5px;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	color: #996600;
	text-decoration: none;
}

