/* ------------------------------------------------------------- */
/* -- BASIC BLACK CSS - COPYRIGHT 2005-2021 J. Randall Murphy -- */
/* ------------------------------------------------------------- */

/* -- ROBOTO SANS SERIF -------- */  @font-face { font-family: Roboto-Regular; src: url(Roboto-Regular.ttf) format("truetype"); }
/* -- MONOSPACE FONT ----------- */  @font-face { Inconsolata; src: url(Inconsolata.otf) format("opentype"); }
/* -- MONOSPACE FONT ----------- */  @font-face { Consolas; src: url(consola.ttf) format("truetype"); }


/* -------------------- */
/*   UNCLASSED STYLES   */
/* -------------------- */

               a { outline: 0 }      
          a:link { text-decoration: none; color: #00FF00; } 
       a:visited { text-decoration: none; color: #00FF00; }   
	 a:hover { text-decoration: none; color: #00FF00; }
	a:active { text-decoration: none; color: #00FF00; }
	  
       HTML { height: 100%; width: 100%; animation:opac .5s}@keyframes opac{from{opacity:0} to{opacity:1}; }
       BODY { height: 100%; width: 100%; margin: 0px; position: relative; width: 100%; padding: 0px; border: 0px; 
              font-family: arial, tahoma, sans-serif; font-size: 13pt; font-weight: 400;
              background-color: #000000; }             
               
         em { font-size: 10pt; font-weight: 700; }
         
         H1 { color: #333333; font-size: 16pt; font-weight: 400; margin: 40px 10px 15px 30px; }
         H2 { color: #333333; font-size: 16pt; font-weight: 400; margin: 15px 10px 15px 30px; clear: left; }         
         H3 { color: #333333; font-size: 16pt; font-weight: 400; margin: 0px 0px 10px 0px; text-indent: 0px; padding: 0px; }
         H4 { color: #333333; font-size: 14pt; font-weight: 500; margin: 15px 10px 15px 30px; clear: left; }
         H5 { color: #333333; font-size: 14pt; font-weight: 500; margin: 15px 0px 15px 0px; text-indent: 0px; }
         
         hr { color: #0A0A0A; background-color: #0A0A0A; border: 0px; height: 3px; }
          i { color: #FFFFFF; padding-right: 2px; }
        img { text-decoration: none; border-style: none; }
          p { color: #FFFFFF; line-height: 118% }
       mark { background-color: #FFFF7F; }
         td { vertical-align: middle; }
         
 
/* --------------------- */
/*    MONOSPACE FONTS    */
/* --------------------- */

/* -- Monospace 28pt  -- */   .BT01a { position: relative; top: 18px; right: 18%; white-space: nowrap; font-family: Consolas, Courier, monospace; letter-spacing: 1px; font-size: 28pt; font-weight: normal; font-style: normal; color: #FFFFFF; opacity: 0.5; }
/* -- Monospace 28pt  -- */   .BT01b { position: relative; top: 18px; left: 15%; white-space: nowrap; font-family: Consolas, Courier, monospace; letter-spacing: 1px; font-size: 28pt; font-weight: normal; font-style: normal; color: #FFFFFF; opacity: 0.5; }
/* -- Monospace 28pt  -- */   .BT01c { position: relative; top: 16px; left: 40%; font-family: Consolas, Courier, monospace; letter-spacing: 1px; font-size: 28pt; font-weight: normal; font-style: normal; color: #FFFFFF; opacity: 0.5; white-space: nowrap; }
/* -- Monospace 28pt  -- */   .BT01d { font-family: Consolas, Courier, monospace; letter-spacing: 1px; font-size: 28pt; font-weight: normal; font-style: normal; color: #FFFFFF; opacity: 0.5; white-space: nowrap; }
/* -- Monospace 24pt  -- */   .BT01e { font-family: Consolas, Courier, monospace; letter-spacing: 1px; font-size: 24pt; font-weight: normal; font-style: normal; color: #FFFFFF; opacity: 0.5; white-space: nowrap; }

/* -- Mono 28pt OFF ---- */   .BT02a { display: inline-block; padding: 0px 0px 0px 20%; margin: 18px auto 0px auto; white-space: nowrap; font-family: Consolas, Courier, monospace; letter-spacing: 1px; font-size: 28pt; font-weight: normal; font-style: normal; color: #FFFFFF; opacity: 0.5; }
/* -- Mono 28pt ON ----- */   .BT02b { display: inline-block; padding: 0px 0px 0px 20%; margin: 18px auto 0px auto; white-space: nowrap; font-family: Consolas, Courier, monospace; letter-spacing: 1px; font-size: 28pt; font-weight: normal; font-style: normal; color: #FFFFFF;  }


/* ----------------------- */
/*          IMAGES         */
/* ----------------------- */

/* -- PRELOAD IMAGES ----- */  .PreLoad { display: none; }