/*
 * cascading style sheet for mavjop.com
 */

h1 {
    text-align: center;
}

/* Background colour for page as a whole. */
body {
    /* background-color: #ffffff; */
    /* background-color: #ffffe0; */
    background-color: #f0fff0;
}

/* Style info for the table as a whole. */
table {
    /* background-color: #e0ffe0; */
    margin-left: auto;
    margin-right: auto;
}

/* Per row table style info. */
tr {
    text-align: center;
    background-color: #ffffff;
}

/* Defaults for images. */
img {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* How to format the contents of address tags. */
address {
    text-align: center;
}

/* A class for defining what to do with caption text below images. */
.caption {
    text-align: center;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.1;
    font-size: 0.7em;
}
