body {
        background-color: #FFFFFF;
        font-family: Courier, "Courier New", monospace;
        color: #99FF66;
        font-size: 12;
        background-color:#333;
    }
    
h1 {
       font-weight: bold;
       color: #000000;
       font-size: 14;
       }
a:link, a:visited { 
    color: #99FF66;
    text-decoration: none;
    }

a:hover { 
    color: #99FF66;
    text-decoration: underline;
    }
       
div {
    border: 1px solid black;
    padding: 5px;
}
#header {
       text-align: center;
}
textarea {
       width: 100%;
}
