
body {
    margin: 40px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: black;
    background-color: white;
}

h3 {
    color: #48b;
}

table tr {
    text-align: left;
    background-color: #af9;
}

table th {
    color: white;
    background-color: #7c6;
}

table .ar {
    text-align: right;
}
