.box {
    text-align: justify;
}
p {
    margin-top: 10px;
}
h2 {	
    font-size: 1.5em;
    font-weight: bolder;
    margin-bottom: 20px;
    margin-top: 20px;
}
h1 { 	
    font-size: 2em;
    font-weight: bolder;
}
.box a {
    color: #3366ff;
}
.box a:hover {
    text-decoration: underline;
}
.MsoNormaltable {
    border: medium;
    width: 1137px;
    height: 406px;
    border-collapse: collapse;
}
table {
  border-collapse: collapse;
}

table, td, th {
  border: 1px solid black;
  padding: 5px;
  text-align: left;
}