body {
  font: 400 12pt verdana, arial, sans-serif;
  color: #000;
  background: #FFF;
}

h1 {
  margin-top: 30px;
  font-size: 18pt;
  border-bottom: 1px solid #999;
}

h2 {font-size:16pt; border-bottom:1px dashed #000000;}
h3 {font-size:14pt; border-bottom:0.5px dotted #000000;}

h4, h5, h6 {
  font-size: 12pt;
}

a {
  color: #00F;
}

/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, 
a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}


/* Don't display these elements since they're not useful on paper */
.head,
.conr, .conr2, .conr3,
.topr, .menu, .rcomp,
.noprint, .directlink,
.footer, #mobilejump {
  display: none;
}

#content {
  width: auto;
  margin: 0 8%;
  padding: 0;
}

ul.cal {
list-style-type:none;
list-style-image:none;
list-style-position:inside;
margin:0;
padding:0;
display:block;
}
.mobileversionhead {display:none;}