/*
 * Screen stylesheets for the Gordon Cornell's Model Engine Development series.
 * (also uses common.css)
 */

body.main {
  background: white;
  font-family: "times new roman",serif;
  color: black;
  text-align: justify;
}

.author {
  position: relative;
  font-size: 10pt;
  text-align: right;
  font-style: italic;
}

.smallprint {
  position: relative;
  top: 20px;
  left: 30px;
  width: 90%;
  font-size: 9pt;
  text-align: justify;
}

.content {
  width: auto;
  margin: 0 5%;
  float: none !important;
}
 
h1 {
  text-align: center;
}

table.po {
  border-style: solid;
  border-width: 1px;
}

th {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12pt;
  text-align: left;
}

tr.odd {
  font-size: 10pt;
}

tr.evn {
  font-size: 10pt;
}

td.po { 
  padding-left: 5px;
  padding-right: 5px;
}

div.popup, div.cc, div.page-index, div.nav-links, div.page-footer {
  display: none;
}

a:link, a:visited {
  color: #520;
  text-decoration: none !important;
}

*.break {
  page-break-before: always;
}


