body {
  /** text-align: justify; **/
  margin-left: .25in;
  margin-right: .25in;
  font-family: verdana,sans-serif,georgia,serif;
}



.underline {
  text-decoration: underline;
}

/** Nav: The table at the top **/
.nav2 {
  text-align: center;
  margin-bottom: .4in;
  margin-top: .2in;
}

.nav2 .title{
  font-weight: bold;
  font-size: xx-large;
}

/** print **/
.only-print{display:none;}

@media print {
  a{text-decoration: none;}
  a:link {color:#0000FF;}
  a:visited {color: #0000FF;}
  a:hover {color: #FF0000;}
  body {color: black; background-color: white;}
  .end img {display: none;}
  .dont-print {display: none;}
  .only-print {display: block;}
}

/** Stamp: Right-Aligned floating images **/

div.stamp{
  float: right;
  margin: 0px 0px 0px 20px;
}
.stamp a img {
  border-width: 1px;
}


/** end: the thing at the bottom with w3c validations **/
.end {
  text-align: right;
  margin-top: .4in;
}

.end a img {
  border: 0px;
}

dd { margin-bottom: 12pt; }

li { padding-top: .5em; }
