body {
    color: #000000; 
    font-family: Arial, Helvetica, sans-serif; 
    font-style: normal;
    margin: 5px;
}

A:link {
    color: #0000FF; 
    background-color: transparent; 
    text-decoration: underline;
}

A:active {
    color: #FF0000; 
    background-color: transparent;
    text-decoration: underline
}

A:visited {
    color: #800080;
    background-color: transparent; 
    text-decoration: underline
}

A:hover {
    color: #FFFF00; 
    background-color: transparent
}

h1 {
    color: #000000; 
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 22pt; 
    font-weight: bold; 
    clip: rect(0px 10px  )
}

h2 {
    color: #000000; 
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal; 
    font-size: 16pt; 
    font-weight: bold;
    clip: rect(auto 10px  )
}

h3 {
    color: #000000; 
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal; 
    font-size: 14pt; 
    font-weight: bold;
    clip: rect(auto 10px  )
}

p {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal;
    line-height: normal; 
    background-color: #FFFFFF; 
    color: #000000;
}

p.footnote {
  font-size: 9pt;
  padding-left: 15px;
}
.normalText {
  font-size: 11pt;
  text-align: center; 
 
}
.links {
  color: #009966; font-size: 9pt; font-weight: bold; text-align: center
}
.pedigreeLink {
 color: #3300CC;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12pt
}
