﻿html {
   background: #FFD;
   overflow-y: scroll
}


body {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

#Frame {
    left: auto;
    width: 1000px;
    margin-left: auto;
    margin-top: 0px;
    visibility: hidden
}


#PageHolder {
    display: inline-block;
    width: 950px;
    padding: 20px;
    border-radius: 20px;
    border: 5px solid green;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: white
}



.kopje {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: green;
    font-size: 20px;
    line-height: 30px;
    background: #FFF;
    font-weight: bold;
    font-style: italic;
    width: 960px;
    text-align: center;
}

P {
    text-align: justify
}

a {
    color: #00C;
    text-decoration: none;
    font-weight: bold;
    font-style: italic
}

a:hover {
    color: red
}

#footer {
    width: 950px;
    display: inline-block;
}


#placeholder {
    float: left;
    width: 371px;
    height: 30px
}


.Cbutton {
    float: left;
    width: 200px;
    height: 30px;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    border-radius: 15px;
    background: #00F;
    background: linear-gradient(to bottom,  #0DD, #077);
    text-align: center;
    line-height: 30px;
    text-shadow: 1px 1px 0 black;
    color: white;
    margin-left: 2px;
    margin-right: 2px; 
    margin-top: 2px;
    margin-bottom: 2px;
    box-shadow: 2px 3px #000;
}