* {
	font-family: "Comic Sans MS", Arial, Helvetica;
	font-size: 10pt;
}

html,body  {
 height:100%;
 width: 100%;
 margin: 0px;
}

#namelist {
	width: 85%;
	border: thin black solid;
	margin: 0px 20px 0px 18px;
	border-collapse: collapse;
}

#namelist th {
	border-bottom: thin solid black;
	text-align: left;
}
