/*  Stylesheet for Seamless Relocation's web site   */
body {
  font-family: sans-serif;
}

img {
  margin-left: 20px;
  margin-bottom: 2px;
}

a:hover {
  color: Red;
}

table.navigation {
  font-weight: bold;
  background-color: rgb(242, 249, 255);
  border: 1px solid rgb(21, 100, 156);
}

table.message {
  background-color: #cccccc;
  border: 2px solid rgb(47,79,79);
}

textarea {
  font-family: sans-serif;
}

h1 {
  text-align: center;
}

h2 {
  margin-bottom: 0;
}