#refresh {
	background-color: green; 
	width:90%; 
	height:40px;
}

ul, li {
	list-style: none;
}

h2 {
	text-align: center;
}

.error {
	color: red;
}
table.hovertable {
	margin: 0px auto;
	width: 100%;
	text-align: center;
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	border-width: 1px;
	border-color: #555;
	border-collapse: collapse;
}
table.hovertable th {
	background-color:#599640;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #555;
	color: #FFF;
	text-shadow: none;
}
table.hovertable tr {
	background-color:#f3f3f3;
}
table.hovertable tr:hover {
	background-color:#ffffb5;
}
table.hovertable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #555;
}