section li{
    padding: 5px;
}

img.overview{
    float: right;
    margin-top: 17px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 1px;
    border-style: solid;
    border-color: red;
    border-width: 1px;
    width: 30%;
}

h2 {
    margin-top: 0;
    padding-top: 10px;
    font-size: 30px;
}

p {
    text-align: justify;
}

.invis {
    text-decoration: none;
    color: inherit;
}

img.article{
    margin: 5px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 1px;
    border-style: solid;
    border-color: red;
    border-width: 1px;
}

video.article{
    margin: 5px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 1px;
    border-style: solid;
    border-color: red;
    border-width: 1px;
}

.endarticle{
    clear: right;
}

hr.wide{
    border: 3px solid red;
    border-radius: 5px;
    margin-bottom: 20px;
}

h3 {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 0;
}

h4 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0;
}

h5 {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 0;
}

h6 {
    font-size: 10px;
    margin-top: 8px;
    margin-bottom: 0;
}