A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: underline; color: white;}

hr {
  width: 80%;
  margin: 0;
}

table {
  font-size: 13px;
}

input {
  font-size: 13px;
}

img {
  border: 0;
}

body {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color:white;
  background: black;
}

#printImg {
	display: none;
}

