body {
margin:50px 10px 0px 10px;
background-color:#FFF;
font-size:11pt;
font-family:Tahoma;
}

h2, h1 {
margin:0px;
padding:5px;
}

h1 {
background-color:#DDD;
}

h2 {
background-color:#FAA;
}

small {
font-size:8pt;
font-style:italic;
}

table, th {
padding:0px;
border:1px solid black;
background-color:#FFF;
}

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

tr {
}

td {
text-align:center;
padding-bottom:10px;
}

.examples {
font-style:italic;
}

.notes {
text-align:justify;
}

li {
list-style-type:none;
margin-left:20px;
margin-top:10px;
margin-bottom:10px;
}

#back {
position:absolute;
left:10px;
top:10px;
}