html, body {
  margin: 0px;
  padding: 0px;
}


body{
  background-color: #f3f3f3;
  font-family: "DejaVu Sans", "Arial", sans-serif;
  font-size: 13px;
  color: #222;
}


h1, h2, h3, h4, h5, div, p, table, td, form, input, select, li, span {
  font-family: "DejaVu Sans", "Arial", sans-serif;
  font-size: 1em;
}
h1, h2, h3, h4, h5, div, p, table {
  text-align: left;
}
h3{
  color: #f93;
}

a { text-decoration: none; }
a:link, a:active, a:visited { color: #03c; }
a:hover { color: #c00; }

.a1 { text-decoration: none; }
.a1:link, .a1:active, .a1:visited { color: #900; }
.a1:hover { color: #03c; }

.a2 { text-decoration: none; }
.a2:link, .a2:active, .a2:visited { color: #3a3a3a; }
.a2:hover { color: #c00; }

.a3 { text-decoration: none; }
.a3:link, .a3:active, .a3:visited { color: #ff9; }
.a3:hover { color: #fff; }


/* EOF */
