html, body {
	background: #000000;
	color: #fdfdfd;
	font-family: Arial Narrow, Arial;
	height: 100%;
	margin: 0;
	padding: 0;
}


.flatliner {
	background: #dddddd;
	width: 100%; 
	z-index: 1;
}

a {
	border: 0;
	color: #fdfdfd;
	text-decoration: none;
	
}
a:hover {
	border: 0;
	color: red;
	text-decoration: none;
}

.othera {
	border: 0;
	color: #1e88ae;
	text-decoration: none;
}
.othera:hover {
	border: 0;
	color: red;
	text-decoration: none;
}
img {
	border: 0;

}
   
.gal_img_holder {
 	padding: 22px 0 22px 0;
 	width: 220px;
 }
 
 /* footer styles */
.footed { font-family: Arial; font-size: 0.7em; color: #D2D2D2; margin: 13px 0 10 10px; padding: 0px; line-height: 17px; width: 800px; text-align: center;}
.blergha { text-decoration: none; color:#74e057;}