body {
  background: white;
  color: black;
  font-family: "dejavu sans", "arial", sans-serif;
  margin-left: 5%;
  margin-right: 5%;
}

img {
  border: 0;
}

a:link {
  background: transparent;
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  background: transparent;
  color: #802020;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.img:link {
    border-bottom: solid white;
}

a.img:visited {
    border-bottom: solid white;
}

a.img:hover {
    border-bottom: solid black;
}

h2 {
  font-family: "dejavu sans mono", "courier", "mono", monospace;
  font-weight: bold;
  font-size: 170%;
  text-align: center;
}

h3 {
  font-family: "dejavu sans mono", "courier", "mono", onospace;
  font-weight: bold;
  font-size: 140%;
}

dt {
  font-family: "dejavu sans mono", "courier", "mono", monospace;
  font-weight: bold;
}

dd {
    margin-bottom: 1em;
}

div.titlebanner {
  margin: 0 auto;
  width: 563px;
  margin-bottom: 50px;
}

img.titlelink {
    margin-left: 18px;
    margin-right: 18px;
}

div.filmwrapper {
  clear: both;
  text-align: center;
  margin: 0 auto;
  width: 528px;
}

div.film {
  text-align: center;
  background-image: url('film_bg0.png'); 
  background-repeat: repeat-y;
}

div.film img {
    padding-top: 8px;
    padding-bottom: 8px;
}

div.edgefilm {
  background-image: url('film0000.txt'); 
  background-repeat: repeat-y;
  padding-left: 160px;
}

div.appcomputer {
    clear: both;
    margin-top: 2em;
    padding-top: 1em;
    border-top: solid black 1px;
}

p.atoz {
    text-align: center;
    font-size: 80%;
}

p.approval {
    background: #ccffcc;
    color: #000000;
    border: thin solid #000000;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}
