* {
    font-family: Verdana;
    font-size: 9pt;
}

h1 {
    font-size: 17pt;
}

h2 {
    font-size: 11pt;
}

div {
    padding: 8px;
}

table {
    width: 100%;
}

table th, td {
    border-collapse: collapse;
    text-align: left;
    padding: 8px;
    width: 33%;
}

table th {
    background-color: #eee;
}

table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

table tr:nth-child(even) {
    background-color: #fff;
}

a {
    color: #f00;
}

img.gallery {
    height: 80px;
    border-radius: 4px;
}

#sales, #sales * {
    font-weight: bold;
    color: #d00;
    font-size: 12pt;
}
