A {
   font-family: verdana,sans-serif;
   text-decoration: none;
   color: #FF0000;
}

A:hover {
   color: #FF0000;
   text-decoration: underline;
}


.text {
   font-family: verdana,sans-serif;
   font-size: 10pt;
   color: #000000;
}

H1 {
   color: 0000FF;
   font-family: verdana,sans-serif;
   font-weight: 600;
   font-size: 14pt;
}


H2 {
   color: 000000;
   font-family: verdana,sans-serif;
   font-size: 11pt;
   font-weight: 600;
}

.emph {
   font-style: italic;
   color: #000000;
   font-size: 10pt;
   font-weight: 600;
}