button {
	width: 100%;
   height: 24px;
	font-family: verdana;
   font-size: 12px;
	font-weight: bold;
	color: yellow;
	background-color: black;
	border: 2px solid gray;
	margin-bottom: 5px;
	cursor: hand;
}

td a {
	font-family: Georgia, Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: blue;
	text-decoration: none;
}

td a:hover {
	font-family: Georgia, Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: red;
	text-decoration: none;
}

table {

}

th {
	font-family: Georgia, verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	background-color: Silver;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

td {
	font-family: Georgia, verdana;
	font-size: 11px;
	line-height: 100%;
	text-decoration: none;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}