@charset "utf-8";

body {

  background-color: #070707;
  color:#FFFFFF;
  overflow: hidden;}
  img {
	  border:none;}

#mycustomscroll {
width: 850px;
height: 450px;
overflow: auto;
position: relative;
background-color: #000;
margin: 0.3em auto;
padding: 15px;
}


a:link {

	color:#FFF;

font-weight:bold;

text-decoration:none;

}

a:visited {

color: #FFFFFF;

font-weight:bold;

text-decoration:none;

}

a:hover {


font-weight:bold;

color:red;

text-decoration:none;

}

table {

	background-color:#000000;

}

.gallery_content {text-align:center;}

.gallery_content a img {border:0px; margin:3px;}

.gallery_navigation {text-align:center;}

.gallery_navigation a {margin-left:5px;}

p {

	color:#CCC;

font-size:13px;

letter-spacing: 1px;

text-align:justify;

vertical-align:middle;

font-family: arial, verdana, sans-serif;

}

p.highlight {

	color:#fff;

font-size:20px;

font-weight:100;

outline-color:#F00;

letter-spacing: 2px;

font-family: verdana, sans-serif;

}

p.copyright {
	text-align:right;
	font-weight:bold;
	color:#666;
	font-size:10px;
	letter-spacing: 0px;
	line-height:18px;
	vertical-align:middle;
	font-family: tahoma, sans-serif;
	padding-right:200px;}
a.copyright:link, a.copyright:visited  {
	background-color:#333;
     padding:0px; 
     text-decoration:none; 
	 color:#fff;
	 font-family: tahoma, sans-serif;}
a.copyright:hover {
	 font-family: tahoma, sans-serif;
     text-decoration:none;
	 background-color:#F60;
	 color:#FFF;}

h1 {

	color:#CCC;

font-family: arial, verdana, sans-serif;

}

h2 {

	color:#CCC;

font-family: arial, verdana, sans-serif;

}

h6 {

	color:#CCC;

font-family: arial, verdana, sans-serif;

}

#br{

	position:relative;

bottom: 15px;

	}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
