@charset "UTF-8";

body {
 	background-color: #CFCFCF;
 	color: black;
 	padding: 5px;
 	}
    
h2 {
    color: white;
    padding: 10px;
    text-align: center;
    }
    
p {    
    text-align: justify;
    text-justify: inter-word;
    } 
    
dt {    
    text-align: justify;
    font-weight: bold;
    } 
    
dd {    
    text-align: justify;
    }     
    
leg {  
    text-align: center; 
    font-weight: bold;
    color: black;
    }     
    
    
img {
  border: 0px solid #000;
  max-width: 100%;
  height: auto;
  }
 
  * {
  box-sizing: border-box;
  max-width: 1048px;
  margin: auto;
}

div.centre{    
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
    }  

.column {
  float: left;
  width: 50%;
  padding: 2px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
