@charset "UTF-8";
/* CSS Document */
<style>
 
h1 {
    color: #d4a18d;
    font-family: majesti;
    font-size: 300%;
}
h2 {
    color: #d7e4c2;
    font-family: majesti;
    font-size: 150%;
}
p  {
    color: #d7e4c2;
    font-family: athelas;
    font-size: 90%;
}

body {
    background-image: url("images/rose_river_dark.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    font-family: athelas;
    font-size: 250%;
}
a:link {
    color:#be1e2d; 
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
    color:#d4a18d;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #ef4e22;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: #d7e4c2;
    background-color: transparent;
    text-decoration: none;
}
</style>