body{
    background: rgb(82, 65, 240) url('images/bg-gradient.jpg');
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    font-family: source-sans-pro, Arial;
}

p, .line, .mytable td, td{
    font-family: source-sans-pro, Arial;
    font-weight:400;
}
a{color: #fff;font-family: source-sans-pro, Arial;}
footer{
    background-color: #313131;
    width: 100%;
    padding: 13px 0px;
    position: absolute;
    bottom: 0px;
    left: 0;
}
footer a, footer a:link, footer a:visited, footer a:active{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-left: 3%;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}