/* Resetting */

html, body { height: 100%; }

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 11px;
}

th { font-weight: normal; text-align: left; }

img { border: 0 }

.error {
  color: red;
  font-weight: bold;
}

a {
    color:#9a1729;
}

a:hover {
    color:#000;
}

