body { 
margin:0; 
padding:0; 
} 
.link1 a:link { color: white; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}
.link1 a:active { color: white; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold }
.link1 a:visited { color: white; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold }
.link1 a:hover { color: black; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold }

.link2 a:link { color: black; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}
.link2 a:active { color: black; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold }
.link2 a:visited { color: black; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold }
.link2 a:hover { color: black; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold }

.link3 a:link { color: #725e9b; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold}
.link3 a:active { color: #725e9b; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold }
.link3 a:visited { color: #725e9b; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold }
.link3 a:hover { color: #725e9b; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold }

.heading1 {
     font-family: Arial, Helvetica, sans-serif;
     color: black;
     font-size: 14pt;
     font-weight: bold;
     padding-left: 0px;
}

.heading2 {
     font-family: Arial, Helvetica, sans-serif;
     color: #a392c6;
     font-size: 12pt;
     font-weight: bold;
     padding-left: 0px;
}

.heading3 {
     font-family: Arial, Helvetica, sans-serif;
     color: black;
     font-size: 12pt;
     font-weight: bold;
     padding-left: 0px;
}

.text {
     font-family: Arial, Helvetica, sans-serif;
     color: black;
     font-size: 9pt;
     font-weight: normal;
     padding-left: 0px;
     padding-top: 0px;
     padding-right: 0px;
}

.smalltext {
     font-family: Arial, Helvetica, sans-serif;
     color: black;
     font-size: 7pt;
     font-weight: normal;
     line-height: 15px;
     padding-left: 0px;
     padding-top: 0px;
     padding-right: 0px;
}




