
/**
 *  Name: Standard (Print)
 *  Date: 13.08.2009
 *  Description: The standard stylesheet for my blog.
 *  Version: 1.0
 *  Media Type: Print
 *  Author: Pascal Hollenstein
 *  Autor URI: http://my.zockerade.com
 *
 */
 
body, h1, h2, p, ul, li, dl, dt, dd, input, textarea {
  margin: 0pt;
  padding: 0pt;
  font-weight: normal;
  font-size: 12pt;
}

body {
  font-family: "Times New Roman", Times, Baskerville, Serif;
  color: black;
  background-color: white;
  padding: 20pt;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: inherit;
}

address, p {
  margin-bottom: 10pt;
  font-style: normal;
}

h2 {
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 10pt;
}

small {
  font-size: 10pt;
  font-weight: normal;
}

ul {
  list-style-type: square;
  margin: auto 20pt 10pt;
}

table {
  border-collapse: collapse;
  margin: 10pt 0pt;
}

thead {
  text-align: left;
  font-weight: bold;
}

td, th {
  border: 1pt solid black;
  padding: 4pt;
}

#header, #navigation, #sidebar, #footer, img {
  display: none;
}
