/* tn css VERSION 1.0.2 */
body{ 
        background-color: grey; 
        color: white;
}

/* Make "hovering titles" look a bit less uggly, when clicking... ;-) */
A:link.header{color:black; text-decoration:none}
A:visited.header{color:black; text-decoration:none}
A:active.header{color:black;; text-decoration:none}
A:hover.header{color:#black; text-decoration:none}

A:link{
        text-decoration: none;
        text-decoration: underline;
        color: white;
}

A:visited{
        text-decoration: underline;
        font-weight: bold;
        color: #adff2f;
}

A:active{
        text-decoration: none;
        color: gray;
}

A:hover{
        text-decoration: underline;
        color: blue;
}

.shadow,
.content{
        position: relative;
        bottom: 2px;
        right: 2px;
}

.shadow{
        background-color: #666;
        color: inherit;
}

.content{
        background-color: beige;
        color: #000;
        border: 1px solid #000;
        padding: .1cm;
}

.content h1{
        margin: 0;
}

#text,#head{
        font-weight: bold;
        font-size: 2.2em;
        display: block;
        line-height: 1.1em;
        color: #666666;
        background-color: transparent;
        white-space: nowrap;
}

#head:before,
#head:after{
        content: ": G33k :";
        display: block;
}

#text:before,
#head:before{
        margin-bottom: -1.05em;
        margin-left: 0.1ex;
        color: #aaaaaa;
        background-color: transparent;
}

#text:after,
#head:after{
        margin-top: -1.05em;
        margin-left: -0.1ex;
        color: #fff;
        background-color: transparent;
}
