body {

    font-weight: normal;

    font-size: 10px;

    color: #3E3753;

    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

    text-decoration: none;

    margin-top: 10px;

    margin-left: 85px;

    margin-right: 145px;

    margin-bottom: 5px;

}

a:link {
    color: #714BB1;
                text-decoration: none;
                font-weight: bold;

}

a:visited {
    color: #A07ED8;
                text-decoration: none;
                font-weight: bold;
}

a:hover {
    color: #714BB1;
                text-decoration: underline;
                font-weight: bold;
}

a:active {
    color: #714BB1;
                text-decoration: none;
                font-weight: bold;
}