html
{
    height: 100%;
    width: 100%;
}

body
{
    text: white;
    border: 0px;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    background-image: url(images/mainback.jpg);
    background-attachment: fixed;
    min-height: 100%;
    min-width: 100%;

    color: #FFFFFF;
    background-color: #333366;

    text-align: center;
    font-family: 'Helvetica';
}


a:link
{
    color: #fff8d5;
}

a:visited
{
    color: #ff6868;
}

a:hover
{
    //font-weight: bold;
    color: #993300;
}

a:active
{
    color: #993300;
}


table
{
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.3);
}

.headline h1
{
    font-size: 3em;
    padding-top: 16px;
    text-shadow: 6px 6px 10px #000000;
}


.videoblock p iframe
{
    box-shadow: 3px 3px 5px #20404040;
}

.refreshnote
{
}

