
table {
	border-collapse:collapse;
	table-layout:fixed; width:740px;
}
table td {
	border: none; width: 840px;
	word-wrap:break-word;
	padding-left: 100px;
}
label {
	display: block; width: 120px;
	float: left;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.topnav {
	overflow: hidden;
	background-color: #000000;
}

.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 20px;
	background-color: #000000;
}

.topnav a:hover {
	background-color: #00FF00;
	color: black;
}

.topnav a.active {
	background-color: #FF0000;
	color: white;
}

