  hr {
    color: sienna
  }
  p {
    margin-left: 20px
  }
  body {
    background-color: #121212;
    color: #000000;
    text-style : bold;
    font-size: 22px;
    font-family: Helvetica, sans-serif
  }
  A:link {text-decoration: none; color: black;}
  A:visited {text-decoration: none; color: black;}
  A:active {text-decoration: none; color: black;}
  A:hover {text-decoration: none; color: black;}

table.gallery {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
#	background-color: white;
}
table.gallery th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
#	border-style: inset inset inset inset;
	border-style: none none none none;
	border-color: black black black black;
#	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.gallery td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
#	border-style: inset inset inset inset;
	border-style: none none none none;
#	border-color: gray gray gray gray;
	border-color: black black black black;
#	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

  td.letterbox {
    background: #191919;
    color: #000000;
    font-size: 36px;
  }

  td.filler {
    background: #191919;
    color: #000000;
  }

  img {
    border: 0px solid #666666;
  } 