body {
	margin: 0;
	background-color: #FFF3FF;
}

td.links {
          font-family: Arial;
          font-size: 8pt;
          font-weight: bold;
          text-align: center;
          }

p.footer {
          font-family: Arial;
          font-size: 8pt;
          font-weight: bold;
          text-align: center;
          color: #800080;
          }

td.footer {
           font-family: Arial;
           font-size: 8pt;
           font-weight: bold;
           text-align: center;
           color: #800080;
           }

A.internal:link {
                 font-weight: bold;
                 color: #B62EB5;
                 }        
          
A:link {
        font-weight: bold;
        color: #B62EB5;
        }
          
A.internal:active {
                   font-weight: bold;
                   color: #B62EB5;
                   }

A.active {
          font-weight: bold;
          color: #B62EB5;
          }
                    
A.internal:visited {
                    font-weight: bold;
                    color: #B62EB5;
                    }
          
A:visited {
           font-weight: bold;
           color: #B62EB5;
           }

A:hover {
         color: #1EADDA;
         }

A.internal:hover {
         color: #1EADDA;
         }
