body {
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.judul {
    text-align: center;
    background-color: cyan;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.subjudul {
    display: table;
    margin: 0 auto;
    background-color: blue;
    color: white;
    font-weight: bold;
    padding: 2px 10px;
}

.p1 {
    border: 1px solid red;
    padding: 5px;
}

.hijau {
    background-color: lime;
}

.kuning {
    background-color: yellow;
}

.garis-miring {
    font-style: italic;
    text-decoration: underline;
}

.teks-biru {
    color: blue;
    font-weight: bold;
}

a {
    color: blue;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: red;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

table, td {
    border: 1px solid black;
}

table td {
    color: red;
    font-weight: bold;
    padding: 5px;
}

.judul-pancasila {
    display: table;
    margin: 0 auto 15px auto;
    background-color: cyan;
    font-weight: bold;
    padding: 2px 10px;
}

ol li {
    margin-bottom: 5px;
}

.pancasila-item {
    background-color: yellow;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}