body
{
    background-attachment: fixed;
    background-color: gold;
    background-image: url('img/bg.jpg');
    font-family: Arial;
    text-align: center;
}

a
{
    color: blue;
    text-decoration: inherit;
}

a:visited
{
    color: navy;
}

a:hover
{
    color: red;
}

h1, h2
{
    font-variant: small-caps;
}

p.halfwidth
{
    margin-left: auto;
    margin-right: auto;
    width: 66%;
}

td
{
    padding: 8px;
    text-align: center;
}

td.h1
{
    font-weight: bold;
}

td.d
{
    text-align: justify;
}

td.p
{
    text-align: right;
}

.inverse
{
    background-color: #2f2f2f;
    background-image: url('img/bg-dark.jpg');
    color: white;
}

.catalogue
{
    font-weight: bold;
}

.catalogue a
{
    font-size: 120%;
}

.cond
{
    font-weight: normal;
    text-align: justify;
    width: 90%;
}

.cond li
{
    padding: 3px;
}

.thumb a
{
    font-family: Monospace;
    font-size: 200%;
    padding: 8px;
    white-space: nowrap;
}

.flag
{
    position: absolute;
    right: 4px;
    top: 4px;
}

.icon a img
{
    opacity: 0.25;
    padding: 16px;
}

.flag a[href] img,
.icon a[href] img
{
    border: inherit;
    opacity: 0.666;
}

.flag a[href]:hover img,
.icon a[href]:hover img
{
    opacity: 1;
}
