a {
  color: #606060;
  text-align: justify!important;
}

address, dl, ol, p, pre, ul {
  margin-bottom: 10px;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}