Body {
  background-color: #FFFFFF;
  color: #000000 ;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
   padding: 2em;
}

/*LINKS*/

a {
  color: #1100FF;
 text-decoration: none;

}

a:hover  {
  text-decoration: underline;
  background-color: ;
  color: #595959;
  
}

img {
 Border: .5em inset #BABABA;


}
.Logo{
  border: ;
}
  
  
  
  /*Floating Image*/
  .floatLeft{
    float:left;
    padding: 3em;
  }
  
  
  
}