
        a:link {color:deepskyblue;}
        a:visited{color:blue;} 
        a:hover{color:magenta;} 
        a:active{color:mediumspringgreen;} 
        a   { text-decoration:none;}

        body   {
                background-color:#000025;
                color:orange;
  z-index: 10;
               }

	    .M  {color: gold;
		font-weight: bolder;
		font-size: larger 
		
		}



	    .red  {color: red}
	    .blue  {color: blue}
	    .green  {color: green}
	    .white  {color: white}
	    .gold  {color: gold}


	    .sky  {color: deepskyblue}



.lblb {
  position: absolute;
  left: 60px;
  bottom: 50px;
}
.lt {
  position: absolute;
  left: 30px;
  top: 30px;
}
.lb {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.rt {
  position: absolute;
  right: 30px;
  top: 30px;
}
.rb {
  position: absolute;
  right: 30px;
  bottom: 30px;
}



HR {
  color: #0000ff;
  background-color: #0000ff;
  height: 3px;
  border: 0px;

}

