body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100.1%;
  line-height: 1.5em;
}


h1, h2, h3, h4, h5, h6 { font-weight: bold; }



h1
{
  font-size: 2em;
  line-height: 0.75em;
  margin: 0.75em 0 0.75em 0;
}

h2
{
  font-size: 1.6em;
  margin: 0.95em 0 0.95em 0;
}


p, ul, ol { margin: 1.5em 0 1.5em 0; }


table, th, td
{
  border: 1px solid #000;
  border-collapse: collapse;
}
th { font-weight: bold; }


ul, ul li { list-style-type: disc; }
ol, ol li { list-style-type: decimal; }
li { margin-left: 3em; }


strong { font-weight: bold; }
em { font-style: italic; }


a
{
  color: #00f;
  text-decoration: underline;
}

/*a:visited { color: #93c; }*/
a:hover { text-decoration: none; }


.skipcontainer { width: 1px; }


blockquote
{
    font-style: italic;
    margin-left: 2em;
}
