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

table {
  border: 0px;
  border-collapse: collapse;
}

table td {
  padding: 0px;
}

li {
  list-style-position: inside;
}

a {
  font-family: Arial;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

a:hover {
  font-family: Arial;
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
}

