Subversion Repositories programming

Rev

Blame | Last modification | View Log | RSS feed

#content {
    margin: auto;
    text-align: center;
    font-family: "Bitstream Vera Sans", Arial, Helvetica, Sans-serif;
}

body {
    background: black;
}

#content p {
    font-size: 10pt;
    /* border: 1px solid green; */
    padding: 8px;
}

#content h4 {
    color: #00aa00;
}

#content a:link,
         a:active,
         a:visited
{
    color: #00aa00;
    text-decoration: none;
    border-bottom: #00aa00;
    border-width: 0px 0px 1px 0px;
    border-style: none none dashed none;
}

#content a:hover {
    color: #00ff00;
    text-decoration: none;
    border-bottom: #00ff00;
    border-width: 0px 0px 1px 0px;
    border-style: none none dashed none;
}