/* global */

html {
  min-height: 100%;
  border-left: 20px solid #ff0;
  background: #fff;
}
body {
  margin: 20px 5px 20px 10px;
  background: #fff;
  color: #000;
  font-family: arial, sans-serif;
}
p,div,td,li,input {
  font-size: 11px;
}
p,dd,ul {
  margin: 0 0 11px 0;
}
dt {
  float: left;
  width: 30px;
}
dd {
  display: block;
  margin-left: 30px;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 17px;
}
h3 {
  font-size: 14px;
}
a {
  color: #000;
}
a:visited {
  color: #888;
}
a:hover {
  background: #ff0;
}

