/* Film Details CSS */
body {
  background: #003366 fixed center;
}

a:link {
  text-decoration: none;
  color: #CCC;
}

a:visited {
  text-decoration: none;
  color: #999;
}

a:hover {
  text-decoration: underline;
  color: #FF0000; 
}

a:active {
  text-decoration: none;
}
/* Typography */

p, br, ul{
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #FFF;
}

ol {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #FFF;
  list-style-type: decimal;
}

h1{
  font-size: 20px;
  line-height: 2em;
  font-weight: bold;
  color: #FFF;
}

h2{
  font-size: 16px;
  line-height: 2em;
  font-weight: bold;
  color: #FFF;
}

h3{
  font-size: 16px;
  line-height: 2em;
  color: #FFF;
}

#header {
  margin-left: 20px;
  text-align: left;
}

#main {
  width: 780px;
  margin-left: 25px;
}

#footer {}