
body{
    font: normal 14px Verdana, Arial, sans-serif;
    /*font: normal 14px "Courier New", Courier, monospace;*/
    /*font: normal 14px "Lucida Console", Monaco, monospace*/
}

.row{
    display: flex;
}

.column{
    flex: 49%;
    padding: 1%;
}

p{
    width:100%;
    text-align:justify;
}

p:after {/* this adds an extra invisible line, so any other line is justified */
    content:'';
    display:inline-block;
    width:100%;
    vertical-align:top;
}

a:link {
  color: cadetblue;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: cadetblue;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: darkcyan;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: cadetblue;
  background-color: transparent;
  text-decoration: underline;
}
