body {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* links: no underlines, gray, red when hover */
a {
  text-decoration: none; 
  color: gray;
}
a:hover {
  color: red;
}

/* main content goes in a div to keep it from interfering with the menu */
div#content {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
/*  position: relative !important; */
/*  position: absolute; */
/*  display: block; */
/*  top: 0px; */
/*  left: 0px; */
}

/* menu stuff */
div.menu {
  display: none;
}


div.copyright {
  display: none;
}


img.logo {
  display: none;
}

/* form stuff */
div.row, div.row2 {
  clear: both;
  padding-top: 2px;
}
div.row2 {
  background-color: lightgrey;
}

div.row label, div.row2 label {
  float: left;
  width: 100px;
  padding-right: 5px;
  text-align: right;
}

div.row label.label2, div.row2 label.label2, div.row label.label3, div.row2 label.label3 {
  float: none;
  width: auto;
  text-align: left;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}

div.row label, div.row2 label, div.row label.label2, div.row2 label.label2 {
  font-weight: bold;
  color: darkred;
}

div.row label.label3, div.row2 label.label3 {
  font-weight: normal;
  color: black;
}

div.row label a, div.row2 label a {
  color: darkgray;
}

div.row label a:hover, div.row2 label a:hover {
  color: black;
}

span.optional-inline label, span.optional-block label,
div.row span.optional-inline label,
div.row2 span.optional-inline label,
span.optional-block div.row label,
span.optional-block div.row2 label
{
  color: black;
}

/* this button will be displayed by javascript if javascript is turned on */
input#optbutton {
  display: none;
}

table {
  border: none;
}

span#PLShelp {
  display: none;
}

input {
  border: 0;
}