body {
    width: 35%;
    margin: auto;
    border: 1px solid;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

ol {
    padding-left: 25px;
    padding-right: 5px;
}

ul li:nth-child(odd) {
    background-color: rgba(102, 194, 255, 0.226);
}

#wrapper {
    overflow: auto;
}

#wrapper div {
    font-size: 50px;
    float: left;
}

div h4:first-child {
    background-color: rgba(255, 187, 0, 0.226);
}

div h4:last-child {
    background-color: rgba(255, 187, 0, 0.226);
}

a:link {
    color: #ffd000;
    text-decoration: none;
}

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

table, th, td {
    border: 1px solid;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 5px;
}