body {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      line-height:1.25;
}
table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	text-align: center;
	border-collapse: collapse;
}
table th
{
	font-weight: normal;
	padding: 12px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
table td
{
	padding: 12px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid transparent;

}
table tr:hover td
{
	background: #d0dafd;
	color: #339;
}