@charset "utf-8";
/* CSS Document */

/* Letter Table */


tr:hover {
	background-color: #FF0;
}

  table {
	border-collapse: collapse;
	font-size: 12pt;
	overflow: visible;
	table-layout: fixed;
  }
