

body {
	background-color: #000000;
}
td.header {
  background: black url(images/logo.jpg) no-repeat;
  height: 102px;
  width: 700px
}

td.navbar {
  background: black;
  font-weight: bold;
  font-variant: small-caps;
  padding: 5px 10px;
  width: 700px
}
td.content {

  background: black;
  color: white;
  width: 700px
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.navbar:link, a.navbar:visited, a.footer:link, a.footer:visited {
 color: white;
}

a.navbar:hover, a.footer:hover {
  color: white;
}

h2 {
  font: bold small-caps 12pt blah;
}

ul {
  font: normal small-caps 12pt blah;
  text-indent: -40px;
  list-style: none;
}

li {
  font: normal 12pt blah;
}

img {
  border: 1px solid white;
}

note {
  font: 10pt filler;
}