body {
	color: GREEN; /* #505050; */
	font-family: "Segoe WP", 
             "Segoe UI",
             Candara,
             "Bitstream Vera Sans",
             "DejaVu Sans",
             "Trebuchet MS",
             Verdana,
             sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	/* background-color: BLACK; */
}

.list {
	left: 780px;
	position: absolute;
	top: 0;
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

table td, table th {
  border: 1px solid #E0E0E0; /* Internal gridlines */
  padding: 2px;
  /* text-align: center; Align cell content */
}

table th {
  background-color: #F0F0F0; 
  font-weight: normal;
}

table td {
  font-size: small; /* not working? */
}
