body, td, th {
  font-family: Helvetica, Arial;
}

table {
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
}

td, th {
  padding: 2;
  border-right: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
}

.borderless {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

form {
  display: inline;
}

.huge {
  font-size: 1.5em;
}

.big {
  font-size: 1.0em;
}

.icon {
  width: 20px;
  height: 20px;
  margin: 2;
}

.iconSelect {
  width: 20px;
  height: 20px;
  margin: 1;
  border: solid 1px #000000;
}

img.big {
  width: 25px;
  height: 25px;
}

img.huge {
  width: 30px;
  height: 30px;
}

