.pagebreak{page-break-before: always;} /* allows for page breaks during printing */

table.center {margin-left:auto; margin-right:auto;}
body {text-align: center;}

.indexstyle{text-align: justify; padding-left: 3%; padding-right: 5%;}


a:link {color: blue; text-decoration: underline; font-weight: bold;}
a:active {color: blue; text-decoration: underline; font-weight: bold;}
a:visited {color: black; text-decoration: underline; font-weight: bold;}
a:hover {color: red; text-decoration: underline; font-weight: bold;}
