/* Default style sheet for Markus Kuhn's web pages */

body { 
  font-family: "Verdana", "Helvetica", sans-serif;
  font-size: medium;
  line-height: 130%;
  background: white;
  color: black;
  margin: 1em;
}

p.note, div.note {
  font-size: small;
  line-height: 120%;
  background: #eee;
  padding: 3pt;
}

pre.note
{
  background-color: #eee;
  padding: 3pt;
}

pre.file
{
  background-color: #FFFF99;
  border: 1px solid #006600;
  padding: 0.25em;
}

span.note {
  font-size: small;
  line-height: 120%;
}

samp {
    font-size: 110%;
}

li {
        margin-top: 5pt;
        margin-bottom: 5pt;
}

li ul li {
        list-style-type: square;
        margin: 0pt;
}

ol li ol {
        list-style-type: lower-latin;
}

a {
  color: #00c;
  text-decoration: none;
}

a:visited {
  color: #66f;
}

a:hover {
  text-decoration: underline;
}

strong.new {
  color: #f00;
}

blockquote.sidequote {
  margin-left: 50%;
  margin-right: 0%;
  font-style: italic;
  text-align: right;
}     

h1 { 
  font-family: "Trebuchet", "Helvetica", sans-serif;
  font-size: 200%;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
}

h2 {
  font-family: "Trebuchet", "Helvetica", sans-serif;
  font-size: 150%;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  background: #eef;
  margin-left: -3pt;
  margin-right: -3pt;
  padding-left: 3pt;
  padding-right: 3pt;
  border-bottom: 2px solid #aaf;
}

h3 {
  font-family: "Trebuchet", "Helvetica", sans-serif;
  font-size: 130%;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
}

p.footdate {
  font-size: small;
  text-align: center;
  background: #eee;
  margin-left: -3pt;
  margin-right: -3pt;
  padding: 1pt 3pt;
}

/* table with 2px solid lines */

table.solid {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table.solid tbody td, table.solid tbody th {
  border: 2px solid black;
  padding: 2px 4px;
}

table.solid tbody th {
  font-family: "Verdana", "Helvetica", sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  background: #eee;
}

table.solid tbody td {
  vertical-align: top;
}

