@import url("_site/decor.css");
@import url("_site/menubar.css");

body {
    margin: 0;
    background: #330033;

    font-family: sans-serif;
    color: #d5ceee;
}
div#body { margin: 60px 10px 0 10px; }

a:link, a:visited {
    color: #f0f000;
    text-decoration: none;
}

a:hover, a:active {
    color: #ffe9e9;
    text-decoration: none;
}

li {
    padding: 3px 0 0 0;
}

table { font-size: 9pt; }
td.row1 {
    padding: 1px 5px;
    background: #43334a;
}
td.row2 {
    padding: 1px 5px;
    background: #483052;
}
td.header {
    padding-left: 5px;
    padding-right: 5px;
    background: #605040;
    color: #c0a040;
    font-weight: bold;
    text-align: center;
}

table.image-left {
    float: left;
    margin: 10px 20px 10px 0;
    border: #605040 1px solid;
    background: #43334a;
}
table.image-centre {
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    border: #605040 1px solid;
    background: #43334a;
    text-align: center;
}
table.image-right {
    float: right;
    margin: 10px 0 10px 20px;
    border: #605040 1px solid;
    background: #43334a;
}
table.image-left a:link img, table.image-left a:visited img,
table.image-centre a:link img, table.image-centre a:visited img,
table.image-right a:link img, table.image-right a:visited img {
    border: 1px solid #c0c000;
}
table.image-centre p {
    text-align: left;
}
td.caption {
    background: #605040;
    color: #c0a040;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;	
}
td.caption-long {
    background: #605040;
    color: #c0a040;
    text-align: center;
}

.textbox {
    margin: 0 auto;
    width: 75%;
    border-style: solid;
    border-width: 2px;
    border-color: #605040;
    padding: 3px 8px;
    background: #f0d6f0;
    color: #000000;
    text-align: justify;
}

.textbox a:link, .textbox a:visited, .textbox a:hover {
    color: #a04090;
    font-weight: bold;
}
