body {
    background: white;
    color: black;
    font: 12pt Verdana;
}

#skel {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 10%;
    margin-bottom: 30%;
    border: none;
}

p.c {
    text-align: center;
}

p.r {
    text-align: right;
}

p.l {
    text-align: left;
}

p.j {
    text-align: justify;
}

a {
    color: #0000ff;
    text-decoration: none;
}

a:visited {
    color: #0000cc;
}

a:active, a:hover {
    color: red;
    text-decoration: underline;
}
