@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.useit.com") {

body, *, body * {
  font-family: Georgia !important;
}

h1, h2 {
  font-family: "Helvetica Neue" !important;
}

strong {
  font-weight: normal !important;
}

a {
  color: #004460 !important;
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}

table.navbar{
  background-color: #b8cc6e !important;
}
table.navbar * {
  font-family: "Helvetica Neue" !important;
  font-weight: bold !important;
}
span.useem {
  color: #1a9380 !important;
}

td {
  padding: 5px;
  vertical-align: top;
}

th {
  font-family: "Helvetica Neue" !important;
  background-color: #b8cc6e !important;
}


}