#sub_title
{
    padding       : 1em;
}

#sub_title a
{
    text-decoration : none;
    color           : var(--text-color);
    display         : inline-block;
    margin-right    : 5px;
}

#sub_title font
{
    font-size : xx-large;
    color     : var(--header-color);
    display   : inline-block;
}

#copy-right
{
    text-align : left;
}

#contents
{
    text-align : right;
}

#contents li
{
    display : inline;
    padding : 0em 0.25em;
}

.quote
{
    color : var(--content-quotation-color);
}

.hidden
{
    display : none;
}

.visible
{
    display : visible;
}

.bold
{
    color      : var(--strong-color);
    font-style : oblique;
}

.strong
{
    color      : var(--strong-color);
    font-style : oblique;
}
