/* elements */



:link { color: rgb(0, 0, 153) 

}  /* for unvisited links */

  :visited { color: rgb(153, 0, 153) 

} /* for visited links */

  a:active { color: rgb(255, 0, 102) 

} /* when link is clicked */

  a:hover { color: rgb(0, 96, 255) 

} /* when mouse is over link */





body{
	background-color:#000000
}

#backGRDx{position: absolute; 
	top: -2em; 
	right: 0%; 
	left: 0%; 
	height: 100%; 
	width: 100%;
}


#subpage banner{z-index: 3;
	position: center;
	top: 10%;
	left: 20%;
	right: 20%;
}



#navbar {position: absolute;
	top: 2em;
	z-index: 3;
	left: 10%;
	right: 10%;
}


