#main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
    background-color: #EEEEEE;
    display: block;
    height: 500px;
    width: 600px;
    margin: auto;
    border: thin solid #CCCCCC;
}
body {
    margin-top: 20px;
}
a:link {
    color: #0099FF;
    text-decoration: underline;
}
textarea {
    border: thin dotted #666666;
    width: 550px;
    margin: 25px;
    padding: 0px;
    height: 400px;
    float: none;
    letter-spacing: 1px;
    word-spacing: 3px;
}
input {
    font-size: 18px;
    text-decoration: none;
    color: #333333;
    background-color: #EFEFEF;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #FFFFFF;
    text-align: center;
    letter-spacing: 3px;
    word-spacing: 3px;
    padding: 5px;
    margin: auto;
}
.pass {
    background-color: #FFFFFF;
    border: thin solid #999999;
}
 
 
 
a:visited {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    color: #333333;
}
a:active {
    text-decoration: underline;
} 