body {
  background: #ffffff;
  color: #000000;
  margin: 10px;
  padding: 0;
}

p#header {
  color: #ff0000;
  background-image: url("/img/headerBg.jpg");
  background-repeat: no-repeat;
  width: 720px;
  height: 140px;
  margin: 0;
}

p#menu {
  text-align: right;
  width: 720px;
  margin-top: 5px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

a, a:visited {
  color: #0000ff;
}

a:hover {
  color: #ff9966;
}
fieldset dt{
  padding-left: 8px;
  border-left: 8px solid #33cc00;
}
fieldset dd{
  margin: 10px 20px 10px;
}
fieldset input[type="submit"]{
  padding-left: 20px;
  padding-right: 20px;
}
fieldset{
  padding: 20px;
  border: 1px solid gray;
  width: 680px;
  background-color: #eeeeee;
}

legend{
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  font-weight: bold;
  font-size: 24px;
  background-color: #eeeeee;
  padding: 5px;
}


table#readersList{
  border-collapse: collapse;
}

table#readersList tr > *{
  border: 1px solid #000000;
  padding: 5px;
}
table#readersList th{
  background-color: #cccccc;
  text-align: left;
}
