/* Remove some layout elements */
#myHeader {
    display: none;
}

#myLeftArea {
    display: none;
}

.editbar {
    display: none;
}

.favorite {
    display: none;
}

.deprecated {
    display: none;
}

.path {
    display: none;
}

#commentsFooter {
    display: none;
}

#myFooter {
    display: none;
}

br {
    display: none;
}

/* Change the style of some elements */
body {
    font-family: "arial";
    font-size: 11px;
}

h1 {
    text-align: center;
}

h2 {
    page-break-before: avoid;
}

h3 {
    page-break-before: avoid;
}

p {
    text-align: justify;
}

ul {
    page-break-before: avoid;
}

li {
    text-align: justify;
}

a:link {
    text-decoration: none;
    font-weight: bold;
}