/* ===== Global ===== */
body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.center {
    text-align: center;
    font-weight: bold;
    display: table;
    margin: 0 auto;
}

.green {
    background-color: lime;
}

.yellow {
    background-color: yellow;
    display: inline-block;
}

.aqua {
    background-color: aqua;
    font-weight: bold;
}

.blue {
    background-color: blue;
    color: white;
}

.italic {
    font-style: italic;
    text-decoration: underline;
}

.bluefont {
    color: blue;
    font-weight: bold;
}

.border {
    border: 1px solid red;
    padding: 8px;
}

.margin {
    margin: 25px auto 10px auto;
}

.sumber a:hover {
    color: red;
}

.kuningangka {
    background-color: yellow;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.isi-pancasila {
    margin-bottom: 5px;
}

.redfont {
    color: red;
}