/* Print stylesheet for Paul Hensel's web site (paulhensel.org) */

/* SET THE COLORS FOR THE PAGE */
/* Black text, white background for all page items */
body 
  {background-color: #ffffff;}
/* Header text & links: Silver text (#e1e1e1), Green background (#046C26) */
#header, #logo, #logo a, #header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header p, #header a, #nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6, td.shaded, .nav, #nav, #nav p, #nav ul, #nav a:link, #nav a:visited
  {color: #000000; background-color: #ffffff;}
/* Basic links: underlined black text */
a:link, a:visited, a:hover, a:active 
  {text-decoration : underline; color: #000000; background-color: #ffffff;}
  
/* PAGE LAYOUT */
/* Layout: Page Header */
#header {
  top: 10px;
  margin: 10px;
  padding: 10px;
  vertical-align : middle;
  text-align : center;
  border: solid 1px;
  }
#header h1 {
  font-size: 1.4em; font-weight: bold;
  }
#header h2 {
  font-size: 1.2em; font-weight: bold;
  }
#header a:link, #header a:visited  {
  text-decoration : none;
  }
#header hr {
  margin-left : 220px;
  margin-right: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  border: #e1e1e1 solid;
  border-width: 1px 0 0;
  clear: both;
  height: 1px;
  }

h1 {font-size: 1.4em; font-weight: bold;}
h2 {font-size: 1.2em; font-weight: bold; text-align: center; margin-top: 10px}
table {
  text-align: center;
  margin: 0 auto;
  border: 1px solid black;
  }
th, tr, td {
  border: 1px solid black;
  text-align: center;
  padding: 5px;
  empty-cells: show;
  }
table.noborder, th.noborder, tr.noborder, td.noborder {
  border: 0;
  }

/* Layout: Don't display navigation sidebar */
#nav {display: none; width: 0px;}
#content, #header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {margin-left : 0px;}
#header {
  top: 0px;
  margin-top: 0px;
  background-image: none;
  }


