body {
    background-color: #f8ccdc;
}

a:link {
    color: #4E33FF;
}

/*Sets default link mouseover style*/
a:hover {
    color: #FFB60A;
}