

body
{
    background-color: #ffffff;
    
}
#wrapper
{
    width:100%
}
#content
{
    margin:auto;
    margin-top:100px;
    width: 500px;
    background-color:#ffffff;
    padding:100px;
    text-align:center;
    border-bottom-color:Gray;

}
a:link, a:visited, a:hover, a:active
{
    font-size: 9px;
    color: gray;
font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    text-decoration: none;
}
p
{
    font-size: 10pt;
    color: gray;
font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
    text-decoration: none;
}

