@charset "UTF-8";
body {
    background-image: url("TheAmbassadorOfSoul2018.png");
    background-repeat: no-repeat;
}
a:link {
    color: #0094DE;
    text-decoration: none;


}
a:visited {
        text-decoration: none;
color: #0094DE;

}
a:hover {
text-decoration: underline;
color: #FFFFFF;

}