body
{
    background: white;
    font-family: "myriad-pro", "SourceSansPro-Light";
    font-weight: 300;
    font-size: 18px; 
    margin: 0;
}

a
{
    text-decoration: none;
    color: rgb(0, 155, 149);
}

a:hover
{
    text-decoration: underline;
    color: rgb(50, 188, 174);
}

.ink-header
{
    background-color: rgb(0, 88, 105);    
    background-image: -webkit-linear-gradient(rgba(0, 88, 105, 1.0) 0%, rgba(0, 156, 128, 0.7) 100%), url("../images/BG-Ink2.jpg");    
    background-image: linear-gradient(rgba(0, 88, 105, 1.0) 0%, rgba(0, 156, 128, 0.7) 100%), url("../images/BG-Ink2.jpg");
    background-size: cover;
    background-position: center 30%;
    height: 300px;
}