body {
	background-color: white;
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	background-attachment: fixed;
  background-position: left top;
	background-repeat: repeat-y;
}

th {
	font-size: 12px;
}

td {
	font-size: 12px;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a.bold {
	font-weight: bold;
}

a.menu {
	color: black;
	text-decoration: none;
	font-weight: bold;
}


