body {
font-family: 'Dancing Script', cursive;
font-size: 20px;
}

h1 {
font-size: 30px;

}

a:link {
        color: #d17764;
        text-decoration: none;
}

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

a:active {
        color: #d17764;
        text-decoration: none;
}

a:hover {
        color: #e18774;
#       font-weight:bold;
        text-decoration: none;
}

