body {
/*    font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Arial";
    font-size: 10pt;
    background-color: black;
    color: #00ffff;     /* Cyan */
    margin-left: 2em;
}

h3 {
    font-style: italic;
    font-size: 16pt;
    color: #ffd700;     /* Gold */
}

h4 {
    font-style: italic;
    font-size: 14pt;
    color: #ffd700;     /* Gold */
}

ul, li, p {
    color: #fff8dc;     /* Cornsilk */
    text-align: justify;	/* Safari does not inherit body justification */
}

td {
    color: #fff8dc;     /* Cornsilk */
    text-align: justify;	/* Safari does not inherit body justification */
}

table.layout {
    border-collapse: collapse;
}

table.layout td {
    padding: 0;
}

table.layout tr td img, table.layout tr td a {
    display: block;
}

table.inline tr td img, table.inline tr td a {
    display: inline;
}

td.icon {
    vertical-align: top;
    text-align: center;
    font-size: 7pt;
}

td.icon img {
    margin-top: 1ex;
    margin-bottom: 1ex;
}

td.icon a {
    color: #fff8dc;     /* Cornsilk */ 
    text-decoration: none;
}

li {
    clear: left;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
}

img.embed_left {
    float: left;
    margin-right: 2ex;
    margin-bottom: 2ex;
}

img.inline_left {
    margin-right: 1.5ex;
    margin-top: 0.5ex;
    margin-bottom: 0.5ex;
    vertical-align: middle; 
}

img.borderless {
    border-style: none;
}

a:link {
    color: #87cefa;     /* LightSkyBlue */
    text-decoration: underline;
}

a:visited {
    color: #659abb;     /* 75% of unvisited link */
    text-decoration: underline;
}

/*a:hover {
    color: #fff8dc;     /* Cornsilk *
    text-decoration: underline;
}

a:active {
    color: red;
    text-decoration:underline;
};*/

.text {
    font-size: 10pt;
    color: #fff8dc;     /* Cornsilk */
}

.aquamarine {
    font-size: 10pt;
    color: #7fffd4      /* Aquamarine */
}

table.people td {
    color: #87cefa;     /* LightSkyBlue */
}

table.people td + td {
    text-align: right;
    color: #fff8dc;     /* Cornsilk */
}

.golden {
    font-size: 10pt;
    color: #ffd700;     /* Gold */
}

table.people td.golden {
    padding-top: 2ex;
    color: #ffd700;     /* Gold */
}

