
body {
  background-color: #000;
}

h3, h4, p, td, blockquote {
	color: white;
	font-family: sans-serif
}

h4 {
	color: #009b03;
	font-size: 24px;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 4px;
	clear: right;
}

.allcontent {
	margin: 20px;
	text-align: right;
}

h3 {
	margin-top: -10px;
	margin-bottom: -8px;
	color: #009b03;
	font-size: 36px;
	font-weight: bold;
	font-style: oblique;
	border-bottom-color: #009b9b;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

.section {
	border-bottom-color: #009b9b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 20px;
}

ul.gallery {
  margin: 0 0 32px 32px;
  padding: 0;
  line-height: 1em;
  list-style: none;
  float: right;
  display: block;
}

ul.gallery li {
  display: inline;
  padding: 1px;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #ffcc33;
}

a:hover  {
  color: #996633;
}

.footers {
  display: block;
  clear: right;
}
