.personalText
{
        color: #494949;
        font-family: "Bookman Old Style";
        text-align: center;
}

.link
{
 font-weight: bold;
 text-decoration: underline;
}

a.link:hover 
{
 color: #FB4204;
 text-decoration: underline;
 cursor: pointer;
}
