body {
    background-color: #907DC2;
    }
h1 {
    text-align: center;
    }
a:link {
    color: white;
    text-decoration: none;
    font-weight: 700;
    }

a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    }

a:active {
    color: #FFC0CB;
    text-decoration: none;
    font-weight: 700;
    }

a:hover	{
    font-weight: 700;
    color: #0000FF;
    }

