body {
	font-family:Arial, Helvetica, sans-serif;
	margin-left : 10px;
	margin-right : 10px;
}
ul {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left: 20px;
	text-align : left;
}
table {
	border-collapse: collapse;
   	width:auto;
}
tr:hover {background-color:Silver}
th, td {
	padding: 5px;
}
th {background-color:#999;}
.Error {
	color : Red;
	font-weight : bold;
}
.Header {
	background-color : Silver;
	color : Black;
	font-weight : bold;
}

