body {
    font-family: Helvetica, Arial, sans;
}

.wikicontent {
    margin:1em;
    background-color:#EEEEEE;
    border:1px solid #999999;
    padding:1em;
}

#footer {
    font-size:70%;
    color:#999999;
}

.counterlink{
            padding:0 5px 0 5px;
            margin:0 5px 0 5px;
            text-decoration:none;
            color:#000;
            background:#d3d3d3;
            border:1px outset #69c;
        }
        .counterlink:hover{
            background:#ffc;
            border:1px outset #ffc;
        }