DIV.boxfooter
{
    position: absolute;
    top: 760px;
    left: 0px;    
    width: 100%;
    borderoff: 1px solid pink;
    z-index: 100;
    text-align: center;
    font-family: Arial;
    font-size: 8pt;
    color: #000000;
}

DIV.boxtext 
{
    position: absolute;
    top: 250px;
    left: 270px;
    height: 220px;
    width: 370px;
    borderoff: 1px solid pink;
    z-index: 100;
}

A.insidebook 
{
    font-family: Arial;
    font-size: 8pt;
    color: #543980;
    text-decoration: none;
}
A.insidebook:hover
{
    font-family: Arial;
    font-size: 8pt;
    color: #543980;
    text-decoration: underline;
}
