

body {
    
    background-image: linear-gradient(174deg, #fff 0%, #666 100%);
    background-repeat:repeat;
    background-attachment:fixed;
    
    color: #111;
    font-size: 45px;
    word-spacing: 0px;
    letter-spacing: 0px;
   
    font-family: "Fredericka the Great", serif;
        font-weight: 400;
        font-style: normal;
    
    line-height: 45px;
    text-transform: ;
    
    text-align: left;
    margin: 30px 20px 100px 0px;
    padding: 20px;
 
}

    
}

p {  }
td { }

a:link {
    
    color: #111;
    text-decoration: none;
    font-family: "Fredericka the Great", serif;
    
}

a:visited {
    
    color: #111;
    text-decoration: none;
    font-family: "Fredericka the Great", serif;
    
}


a:active {
    
    color: #111;
    text-decoration: none;
    font-family: "Fredericka the Great", serif;
    
}
    
    
a:hover {
    
    color: #fff;
    text-decoration: none;
    text-decoration-style: wavy;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    
    font-family: "Fredericka the Great", serif;
    
}
