a:link {
 text-decoration: none;
 font-weight: bold;
}
a:active {
 text-decoration: none;
 font-weight: bold;
}
a:visited {
 text-decoration: none;
 font-weight: bold;
}
.body {
 margin-left: 20px;
 margin-right: 20px;
 width: 450px;
}
.justify {
 text-align: justify;
}
.left {
 text-align: left;
}