body {
	font-family: Arial, Helvetica, sans-serif;
}
table {
	font-size: 12px;
}
tr{
	vertical-align: top;
}
a{
	color: Blue;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
