/* <style type="text/css"> */

body {
max-width: 1016px; /* 1016px is currently the width of the largest image on the page, not that it needs to be this exact number or anything, NOTE: dd dt likely indents this image making the page wider  */
}

dt {
font-weight:     bold;
}

ul {
list-style-type: circle;
}

p {
/* text-indent:      .6em; */
padding-left:     2.6em
}


dd {
margin-bottom:   4px;
font-style:      italic;
}

/* Why isn't this working when viewing remotely, but works when viewing locally? */
.KeyLetter {
    text-decoration: underline;
}

/*
table {
text-align:      center;
}
*/
/*
b {
font-size: 150%
}
*/
/*
li {
margin: 15px
}
*/

/* </style> */
