body
{
    font-family: Palatino, Times New Roman, Serif;
}

small
{
    color: #80B858;
}

a
{
    color: #458518;
}

.dropdown-item:hover
{
    background-color: #EBE889;
}

.dropdown-item:active
{
    background-color: #458518;
}

#main_content p
{
    text-align: justify;
    text-justify: inter-word;
}

#main_content img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.next_page
{
    text-align: right;
}

.sidebar_list p
{
    margin: 0px;
    line-height: 1;
}

.sidebar_list
{
    padding: 0px;
}

.sidebar_list li
{
    list-style-type: none;
}

.sidebar_list small
{
    margin-left: 12px;
}
