
/*-  CSS "libraries"
----------------------------------------------------------------------*/
@import url("reset.css");


/*-  Core, patch-free design
----------------------------------------------------------------------*/
@import url("core-index.css");


/*-  Browser-specific patches
----------------------------------------------------------------------*/
/*\*//*/
@import url("patches/mac-ie5.css");
/**/

#headline a {
    margin: 0;
    padding: 0;
    font-size:2.6em; 
    text-decoration: none;
    letter-spacing: 0.05em;
    line-height: 0;
}

/* #headline a p {
    color: black;
}

#headline:hover a p{
    color: darkblue;
    opacity: 0.6;
} */