body
{	font: 16px/20px sans-serif;
	margin: 6px 6px 6px 6px;
	width: 240px;

}
#data
{	width: 220px;
	margin: 0 auto 0 auto;
	text-align: center;
}
ul
{	margin: 12px 0 12px -40px;
	clear: both;
	text-align: left;
}
li
{	margin-top: 2px;
	list-style: none;
	color: white;
	font-weight: bold;
	background-color: gray;
	text-indent: 2px;
	border: solid 1px black;
	border-right: solid 3px black;
	border-bottom: solid 3px black;
}
p
{	margin: 0;
	text-align: left;
}
.green
{	background-color: green;
}
.yellow
{	background-color: orange;
}
.red
{	background-color: red;
}
img
{	float: right;
}
a
{	color: white;
	text-decoration: none;
}
