
a:link {
    color: #8E0554;
    background-color: transparent;
    text-decoration: none;}


body {
  background-color: #EAEAEA;
}

h1 {
    font-family: 'Raleway', cursive;
    font-size: 40px;
    line-height: 1.3;
color: #00337F;
}

h2 {
    font-family: 'Raleway', cursive;
    font-size: 30px;
    line-height: 1.3;
color: #00337F;
}

h3 {
    font-family: 'Raleway', cursive;
    font-size: 28px;
    line-height: 1.3;
color: #00337F;
}

h4 {
    font-family: 'Raleway', cursive;
    font-size: 26px;
    line-height: 0.5;
color: #00337F;
}

h5 {
    font-family: 'Raleway', cursive;
    font-size: 18px;
    line-height: 1.3;
color: #00337F;
} 

h6 {
    font-family: 'Raleway', cursive;
    font-size: 10px;
    line-height: 1.3;
color: #00337F;
} 
p {
    font-family: 'Georgia', serif;
    font-size: 15px;
    line-height: 1.9;
color: #00337F;
}


