.pagebreak{page-break-before: always;} /* allows for page breaks during printing */

table.center {margin-left:auto; margin-right:auto;}
body {text-align:center;}

.column1{background-color: #73BA31;
border-top: 25px #73BA31 solid;
border-left: 5px #73BA31 solid;
border-bottom: none;
border-right: 5px #73BA31 solid;
font-size: 14px;}
.column1 a:link {color: white; text-decoration: underline; font-weight: bold;}
.column1 a:active {color: white; text-decoration: underline; font-weight: bold;}
.column1 a:visited {color: green; text-decoration: underline; font-weight: bold;}
.column1 a:hover {color: red; text-decoration: underline; font-weight: bold;}

.column2{background-color: white;
border-top: none;
border-left: 10px white solid;
border-bottom: none;
border-right: 10px white solid;}

.footer{background-color: #73BA31; 
border-top: none;
border-left: 10px #73BA31 solid;
border-bottom: none;
border-right: 10px #73BA31 solid;
color: white;}

