
  body { 
	width: 100%;
	margin-left:0%;
   margin-right:0%;
   margin-bottom:0%;
   margin-top:0%; 
	background-color: White;
	font-weight: 500;
	
	padding: 0px 0px 0px 0px;
	
	}
	
	
	
	
	H1 {
	margin-bottom:0%;
   margin-top:0%; 
	background-color: White;
	font-family: "Andale Mono";
	font-size: 20px;
	font-weight: 600;
	color: White;
	letter-spacing: 2px;
	line-height: 20px;
	padding-left: 20px;	
	
	}
	
	
	
	
  a { color: White;
    text-decoration: none;
    text-align: justify;
    }

  a:hover { color: Yellow;
    text-decoration: none;
    background-position: top;
    background-repeat: no-repeat;
    }
	 
	 a > img {
    opacity: 1.0;
}
a:hover > img {
    opacity: 0.3
}


