
a{text-decoration:none;}        /*   This guy keeps away strange underscores after Image links .. my Arrow buttons  */



p {   /*     Fixes annoying SPACE around paragraphs   */
    margin: 0;
    padding: 0;
	
	
	/*   text selectable    .. all     text not selectable  .. none   */
	user-select: 		    none;      /*  universal future some day  */
	-webkit-user-select:    none;      /*   Chrome / safari   */ 
	-ms-user-select:        none;      /*  IE 10+  */
	-moz-user-select:       none;      /* Firefox all */
}






div.blackBG {
	top: 0px;
	left: 0px;
	width:    1480px;   
	height:   840px;   
    position: absolute;
    background-color:     #000000;
	
	

   }
   
div.BioBlackBG {
	top: 0px;
	left: 0px;
	width:    1500px;   
	height:   1200px;   
    position: absolute;
    background-color:     #000000;

   }  
   

	

a:hover { 
     color: orange;
} 


   
   
   
 
   
  div.box1{
	left: 305px;           /*   left most part  */
	top:   85px;
	position: absolute;
    text-align:    center;
    color: green;           /*   text color */
         
   } 
   
   div.box2{
	left: 745px;           /*   left most part  */
	top:   85px;
	position: absolute;
    text-align:    center;
    color: green;           /*   text color */
         
   } 
   
   
  div.box3{
	left: 1185px;           /*   left most part  */
	top:   85px;
	position: absolute;
    text-align:    center;
    color: green;           /*   text color */
         
   }  
   
   
    div.box4{
	left: 305px;           /*   left most part  */
	top:   520px;
	position: absolute;
    text-align:    center;
    color: green;           /*   text color */
         
   } 
   
   div.box5{
	left: 745px;           /*   left most part  */
	top:   520px;
	position: absolute;
    text-align:    center;
    color: green;           /*   text color */
         
   } 
   
   
  div.box6{
	left: 1185px;           /*   left most part  */
	top:   520px;
	position: absolute;
    text-align:    center;
    color: green;           /*   text color */
         
   }   
   

   
 div.bottom {
	top:  800px;
	left: 290px;
          	        
	color: orange;           /*   text color */
	 
	font-family:          Georgia, serif;
	font-size: 22px;
    font-weight:  bold;
    text-align:    center;
	height:   30px;
	width:    1180px;
	position:              absolute;
	
	/*  background-color:    gray;   */
	
	user-select: 		    none;
	-webkit-user-select:    none;      /*   text unselectable   */ 
	-ms-user-select:        none;
	
}  
   
   
   
   
   
