

/*body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}*/
/** {
  behavior: url(/src/jscript/behaviors.htc);
}*/
body {
  background-color: #fff;
  margin: 1em 0em 0em 0em;
}
body, p, li, dt, dd,  th, td, span, input, select, textarea, input, select, textarea {
  font-family: Verdana;
  color: #333;
  /*font-size: small;
  line-height: 18px;*/
}
div, table, form {
  margin: 0em 0em;
  padding: 0em 0em;
}
form {
  width: auto;
}
img {
  border-width: 0px 0px;
}
table {
  border-collapse: collapse;
  padding: 0em 0em;
}
td, th {
  text-align: left;
  font-size: xx-small;
}
input, select, textarea {
  border: 1px solid #666;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}
  a:hover {
    color: #000;
    text-decoration: underline;
  }
ul {
  list-style: none;
}
pre {
  background-color: #eee;
  padding: 1em;
  font-size: 10px;
  line-height: 1.1em;
}

:focus {
  outline: 0px;
}