* {
  font-family: Helvetica, Sans-Serif;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  color: #444;
  background: white url('background.jpg') no-repeat left bottom fixed;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  line-height: 15pt;
  /*margin: 0 auto;
  width: 40em;*/
  margin-left: 200px;
}

h1, h2, h3, h4, h5, p, pre, ul, ol, table, hr {
  margin: 15pt;
}

h1, a {
  color: #F91160;
}

h1 {
  font-size: 30pt;
  font-weight: bold;
  line-height: 36pt;
}

h2 {
  border-bottom: 1px solid #1F99CD;
  font-size: 20pt;
  font-weight: bold;
  line-height: 24pt;
  padding-bottom: 5pt;
}

h3, h4, th {
  font-weight: bold;
}

h3 {
  font-size: 15pt;
  line-height: 18pt;
}

ul, ol {
  margin-left: 30pt;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 5px;
}

th {
  background-color: #F0F0F0;
}

td {
  background-color: #F8F8F8;
}

tr.even td {
  background-color: #FCFCFC;
}

a {
  text-decoration: underline;
}

h1 a {
  text-decoration: none;
}

a.external {
  background: white url('/External.png') no-repeat right center;
  padding-right: 15px;
}

a.external.imdb {
  background: white url('/Favicon_of_IMDB.ico') no-repeat right center;
  padding-right: 22px;
}

a.external.youtube {
  background: white url('/Favicon_of_YouTube.ico') no-repeat right center;
  padding-right: 22px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

tt, pre {
  color: #640BFD;
  font-family: Monaco, Courier, Monospace;
  font-size: 9pt;
}

pre {
  background-color: #E0E0E0;
  border: 1px dashed black;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px;
  white-space: pre;
}

p.image {
  clear: right;
  float: right;
  margin: 0 15pt 15pt 15pt;
}

img {
  width: 300px;
}

span.caption {
  display: block;
  font-weight: bold;
  text-align: center;
  width: 300px;
}

sub {
  font-size: 0.75em;
	vertical-align: sub;
}

sup {
  font-size: 0.75em;
	vertical-align: super;
}
