body {
  font-family: "Arial", Helvetica, sans-serif;
  scrollbar-base-color: "#E4FF00";
}

td {
	font-family: "Arial", Helvetica, sans-serif;
}

th {
	font-family: "Arial", Helvetica, sans-serif;
}

a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a:active
{
	color: #E4FF00;
	text-decoration: underline;
}
a:hover
{
	color: #E4FF00;
	text-decoration: underline;
}


