body
{
        font-family: Courier New, monospace;
        background-color: #000000;
}

a {
        text-decoration: none;
}

a:link {
        color: cornflowerblue;
}

a:visited {
        color: blueviolet;
}

img.big_pic
{
        max-height: 30em;
}

img.thumb
{
        max-height: 7em;
}

img.medium 
{
        max-height: 20em;
}

h1 
{
        color: #FFA500;
}

div.content
{
        padding: 1em;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
}

div.banner
{
        background-color: #7F7F7F;
        min-width: 100%;
        min-height: 100%;
        text-align: center;
}

.text
{
        padding: 0.3em;
        max-width: 100%;
        color: white;
}

p.intro
{
        padding: 0.3em;
        max-width: 50%;
        color: white;
        margin-left: auto;
        margin-right: auto;
}

hr.short
{
        max-width: 10%;
}

.note
{
        color:white;
        font-size: small;
}

.white_text
{
        color: white;
}

div.centre
{
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
}

