#content a{
	color: gray;
	text-decoration: none;
}

#content a:hover{
	color: maroon;
}

#content p{
	margin-top: 8px;
	font-size: 12pt;
}
