    body {
        background-color: #DEDEAD;
        background-image: url(images/bg.gif);
        margin: 0px;
        font-family: Trebuchet MS, Verdana;
        font-size: 14px;
    }
      
    .website {
        width: 700px;
        margin-top: 25px;
        margin-bottom: 25px;
        background-color: #FFFFFF;
    }
      
    .content {
        padding-top: 15px;
        font-size: 14px;
        padding-bottom: 15px;
        height: 500px;
        vertical-align: top;
        text-align: justify;
    }
    
    .content td {
        font-size: 14px;
    }
    
    .content a:link {
        color: #CDBAEF;
    }
        
    .content a:hover {
        color: #CDBAEF;
    }
        
    .content a:visited {
        color: #CDBAEF;
    }
    
    .menu {
        width: 18%;
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        background-color: #CDBAEF;
        cursor: pointer;
    }
      
    h1 {
        color: #BCAADE;
        font-size: 24px;
        margin-bottom: 0px;
    }
    
    input, textarea {
        border: 1px solid #DEDEAD;
        background-color: #FFFFFF;
        font-family: Trebuchet MS, Verdana;
        font-size: 12px;
        color: #000000;
    }
    
    .button {
        background-color: #CDBAEF;
        border: 1px solid #BCAADE;
        margin-left: 5px;
        float: left;
        font-weight: bold;
        padding: 1px;
        font-size: 12px;
        text-align: center;
        width: 125px;
        cursor: pointer;
    }