body{
    background-color: #ffffff;
    color: #000000;
    margin-left: 0px;
    margin-right: 0px;
}
A:link{
    text-decoration: none;
    color: #0000ff;
} 
A:visited{ 
    text-decoration: none;
} 
A:hover{ 
    text-decoration: underline; 
    font-weight: bold; 
}
