  body {
    padding-left: 11em;
    font-family: Georgia, "Times New Roman",
          Times, serif;
    color: white;
    background-color: black }
  ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1em;
    left: 1em;
    width: 9em }
  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }
  ul.navbar li {
    background: #333333;
    margin: 0.5em 0;
    padding: 0.3em;
	}
  ul.navbar a {
    text-decoration: none }
  a:link {
    color: white; }
  a:visited {
	color: white; }
  ul.navbar li, a:hover {
	color: #FF9900;}
  address {
	margin-left:2.5em;}

  p {
		margin-left:1.5em;
	}

table#movietable {
	width: 55em;
}

table#movietable thead tr th {
	border: 0.2em solid white;
	border-width: 0.2em 0 0.2em 0;
	font-size: 125%;
	padding: 0.2em 0;
}

table#movietable thead th.title {
	width: 15%;
}

table#movietable thead th.critic {
	width: 85%;
}
table#movietable tbody tr th {
	font-weight: normal;
}
table#movietable tbody tr td, table#movietable tbody tr th {
	padding: 0.5em 0;
	border-bottom: 0.1em solid white;
}
table#movietable tbody tr.last td, table#movietable tbody tr.last th {
	border: 0;
}
