body {
    background: url(img/body.gif);
    font: 12px "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
    text-align: center;
}

#content {
    margin-left: 0px; 
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0 auto;
    width: 820px;
    padding: 5px;
    background: #FFF;
    color: #333;
    border: 1px solid #EEE;
    text-align: justify;
}

.spacer {
    clear: both;
}

img {
    border: 0px;
}	

a:hover {
    text-decoration: none; 
    font-weight: bold; 
    color: orange;
}

a {
    color: #666;
    text-decoration: none; 
    font-weight: bold; 
}

a.link:hover {
    text-decoration: none; 
    font-weight: bold; 
    color: orange;
    border-bottom: 1px dotted orange;
}

a.link {
    color: #666;
    text-decoration: none; 
    font-weight: bold; 
    border-bottom: 1px dotted #BA9;
}

input,textarea,button,select {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    margin: 2px;
}

