/* Print stylesheet */

body {
  font-size: 10pt;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#col-a {
  _width: 80%;
}

a:link {color: blue; text-decoration: none;}
a:visited {color: blue; text-decoration: none}
a:link:hover {color: red; text-decoration: underline}
a:visited:hover {color: red; text-decoration: underline}
a:active {color: blue; text-decoration: none}
a:focus {color: blue; text-decoration: none}
a:focus:hover {color: red; text-decoration: underline}

.none {
  display: none;
}
h1 {
  font-size: 2em;
  font-weight: bold;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
table.list tr.header {
  font-weight: bold;
}
.pagelinks {
  display: none;
}
.sidecol {
  display: none;
}
.logo {
  display: none;
}
#header {
  display: none;
}
#footer {
  display: none;
}
table.list {
  width: 100%; 
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0.5em;
}
.sidebox_accident {
  display: none;
}
.sidebox_criminal {
  display: none;
}
.sidebox_family {
  display: none;
}
.sidebox_mentalhealth {
  display: none;
}
.button {
  display: none;
}
.clear {
  clear: both;
}
