@charset "utf-8";
/* CSS Document */

div.changes
{
	border: 2px solid grey;
	color: white;
	background-color: #292929;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 75px;
	text-align:center;
	padding: 0;
	-moz-border-radius: 25px; -webkit-border-radius: 25px;
}

tr p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #066;
}
