body {
    font-family: arial,helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background-color: #cccccc;
    color: #333333;
}

img {border: 0px;}

p {
    padding: 0px 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

h1 {
    padding: 0px 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

#toplink {
    padding: 0px;
    border: 0px;
    margin: auto;
    width: 752px;
    text-align: right;
    font-size: 10px;
}

#content {
    padding: 0px;
    border: 2px solid #999999;
    margin: auto;
    width: 752px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    background-color: #eeeeee;
}
         
a:link {color: black; text-decoration: none;} 
a:visited {color: black; text-decoration: none;}
a:hover {color: #333333; text-decoration: underline;}
a:active {color: black; text-decoration: none;}




