<style>

h1 {
	color: #d4a18d;
    font-family: athelas;
    font-size: 350%;
}
h2 {
	color: #d7e4c2;
	font-family: athelas;
	font-size: 150%;
	text-decoration: underline;
}
h3 {
    color: #9EA790;
    font-size: 60%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-align: center;
}
h4 {
    color:#9EA790;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 110%;
    text-align: center;
	text-decoration: underline;
}
h5 {
    color: #d7e4c2;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 60%;
    text-align: center;
}
p  {
    color: #d7e4c2;
    font-family: athelas;
    font-size: 90%;
	text-align: center;
}

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>

@charset "UTF-8";
/* CSS Document */

