body {
}

h1#Title {
    margin-left: 10%;
    width: 80%;
    text-align: center;
    padding: 5px;
    border-top: 5px solid black;
    border-bottom: 5px solid black;
}

div#News {
    margin-left: 10px;
    width: 20%;
    border: 5px solid black;
    padding: 8px;
    text-align: center;
    font-size: x-small;
}
div#News h1 {
    font-size: medium;
    padding-bottom: 5px;
    border-bottom: 2px solid black;
}
div#News h2 {
    font-size: small;
    text-align: center;
}
div#News img {
    width: 80%;
}
