
body {
    font-family:sans-serif;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}


#pagecontainer {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.toc {
    width: 100%;
}

.toc tr:nth-child(even) {
    background-color: #EEEEEE;
}

.bubbles {
    border: 1px solid #6CE26C;
    border-radius: 15px;
    padding: 5px;
    margin-left:  2px;
    margin-right:  2px;
    margin-top:  10px;
    margin-bottom:  25px;
}

.fineprint {
    font-size: x-small;
}

.centertext {
    text-align: center;
}
