    a:link, a:visited { 
        color: #000000;
        text-decoration: none;
    }

    a:hover, a:active {
        color: #000000;
        text-decoration: underline;
    }

    body {
        background: #ffffff;
        margin: 0px;
        padding: 0px;
        font-family:Georgia,Times,Serif;
        font-size: 0.9em;
        color: #000000;
    }

    .rounded-corners {
        -moz-border-radius:     60px;
        -webkit-border-radius:  60px;
        -khtml-border-radius:   60px;
        border-radius:          60px;
    }
    #container { 
        width: 700px;
        min-height: 500px;
        margin-left: auto ;
        margin-right: auto ;
        background: #ffffff;
        border: solid 0px #000000;
        border-top: solid 10px #000000;
        border-left: solid 10px #000000;
        border-right: solid 10px #000000;
        padding: 20px;
        z-index: 10;
        text-align: left;
        position: relative;
        text-align: justify;
        text-justify: center;
    }
    #toolbar{ 
        width: 650px;
        height: 60px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        z-index: 20;
        position: relative;
        float: top;
        padding: 0px;
    }

    .title {
        font-variant: small-caps;
        font-size: 1.5em;
    }

    .stitle { 
        font-variant: small-caps;
        font-size: 1.2em;
    }

    .address {
        font-size: 0.8em;
    }

    .button { 
        margin: 0 1px 0 0;
        text-align: center;
        width: 80px;
        height: 25px;
        background: #ffffff;
        padding: 0px;
        float: left;
        border: solid 2px #000000;
        -moz-border-radius:     10px;
        -webkit-border-radius:  10px;
        -khtml-border-radius:   10px;
        border-radius:          10px;
        color: #FFFFFF;
        font-size: 0.8em;
        font-variant: small-caps;
        margin: 0;
        padding: 8px 0 0;
        
    }

    #bokkie{ 
        z-index: 50;
        float: left;
        width: 75px;
        height: 60px;
    }

    .spacer {
        width: 5px;
        float: left;
    }

    .para { 
        text-align: left;
        text-align: justify;
        color: #000000;
    }

    ul { 
        list-style-type: none;
    }

    .thumbnail {
        border: 5px solid gray;
        margin-left: 0px;
        margin-bottom: 10px;
        display: inline;
    }

    .thumbnail:hover { 
        border: 5px solid red;
    }

    #wct-img { 
        background-image: url("turner.jpg");
        background-repeat: no-repeat;
        border: 2px solid black;
        width: 160px;
        height: 160px;
    }

    #wct-img:hover { 
        background-image: url("turner_field.jpg");
        cursor: pointer;
        background-repeat: no-repeat;
        border: 2px solid red;
        width: 160px;
        height: 160px;
    }

    #copyright { 
        background: url("bg_copyright.jpg");
        width: 100%;
        height: 47px;
        color: #efefef;
        margin-top: 50px;
        vertical-align: bottom;
        text-align: center;
        position: relative;
        bottom: 0;
    }

    #copyright-content { 
        position: absolute; bottom: 0; left: center; 
        width: 100%;
        font-size: 0.7em;
    }

    .publications { 
        font-family: Times, serif;
    }
