

body {
	background-color: #88AB13;	
	font-family: arial, verdana, tahoma, sans;
	color: white;
	font-size: 1em;
}

a {
	color: white;
}

a:active {
	color: black;
}


#wftable {
	position: fixed;
	top: 0px;
	width: 99%;
	border: 0px solid black;
	text-align: center;
	table-layout: auto;
}

#wftable a {
	
}

#wftable tr th {
	border: 1px solid #5A730D;
	text-align: center;
	font-size: 2em;
}

#wftable tr td {
	border: 1px solid #5A730D;
}

#wftable.sizme {
	table-layout:fixed;
	width: 100%;
}

#wfiframe {
	border: 0px;
	
}
