
body {
  background-color: 		#000;
}

h3, h4, p, td, blockquote { 
	color: 					white;
	font-size: 				11px;
	font-family:			Helvetica, Arial,sans-serif
}

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

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

h3 {
	margin-top:				-10px;
	margin-bottom: 			-8px;
	color: 					#009b03; 
	font-size: 				32px; 
	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;
  /*float:  right; */
  padding: 					1px;
}

a {
  text-decoration: none;
}

a:link { 
  color: #ffcc00; 
}

a:visited {
  color: #ffcc66;
}

a:hover  {
  color: #996633;
}

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