body { background: #f1f4ff;
    font-family: sans-serif;
}

.notes {
    font-size: 10px;
    text-align: center;
}

.notesl {
    font-size: 10px;
    text-align: left;
}

.taken {
    text-decoration: line-through;
}

.upperbox {
    border-top: solid;
}

.takenupperbox {
    border-top: solid;
    text-decoration: line-through;
}

.ctrupperbox {
    border-top: solid;
    text-align: center;
}

table {
  border-style: solid;
  margin: auto;
}

th {
  text-align: center;
}

.ctr {
  text-align: center;
}

h2,h3,h4,h6,p,li,ul {
    font-family: sans-serif;
}

h1 {
    text-align: center;
}

h5 {
    font-family: sans-serif;
    font-weight: normal;
}

a:link {color: #e2d225}
a:visited {color: #c2b205}
a:hover {color: #999999}
a:active {color: #ff0000}

