

body {
    
    background-image:url();
    background-repeat:repeat;
    background-attachment:fixed;
    background: ;
    color: #fff;
    font-size: 40px;
    word-spacing: 0px;
    letter-spacing: 0px;
   
        font-family: "Magda-Mixed";
    
    line-height: 50px;
    text-transform: ;
    
    text-align: left;
    margin: 30px 20px 100px 0px;
    padding: 20px;
    
}

p {  }
td { }

a:link {
    
    color: #fff;
    text-decoration: none;
    font-family: "Magda-Mixed";
    
}

a:visited {
    
    color: #fff;
    text-decoration: none;
    font-family: "Magda-Trash";
    
}


a:active {
    
    color: #fff;
    text-decoration: none;
    font-family: "Magda-Mixed";
    
}
    
    
a:hover {
    
    color: #fff;
    text-decoration: none;
    font-family: "Magda-Trash";
    
}
