a:link {
   text-decoration: underline;
   color: #5F9EA0;
   font-weight: bold;
   cursor: hand;
}

a:hover {
   text-decoration: underline;
   color: #A05F7C;
   font-weight: bold;
   cursor: hand;
}

a:visited {
   text-decoration: underline;
   color: #4681B5;
   font-weight: bold;
   cursor: hand;
}

P {
   margin-left: 10px;
   margin-top: 20px;
   margin-right: 20px;
   margin-bottom: 20px;
   font-size: 12pt;
   font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
   margin-left: 10px;
   margin-top: 10px;
   margin-right:15px;
   font-family: "Times New Roman", Times, serif;
   font-size: 20pt;
   font-weight: bolder;
}

h2 {
   margin-left: 10px;
   margin-top: 10px
   font-family: "Times New Roman", Times, serif;
   font-size: 18pt;
   font-weight: bold;
}

h3 {
   margin-left: 10px;
   margin-top: 10px
   font-family: "Times New Roman", Times, serif;
   font-size: 16pt;
   font-weight: bold;
}

h4 {
   margin-left: 10px;
   margin-top: 10px
   font-family: "Times New Roman", Times, serif;
   font-size: 14pt;
   font-weight: bolder;
}

h5 {
   margin-left: 10px;
   margin-top: 10px
   font-family: "Times New Roman", Times, serif;
   font-size: 12pt;
   font-weight: bolder;
}

h6 {
   margin-left: 10px;
   margin-top: 10px
   font-family: "Times New Roman", Times, serif;
   font-size: 10pt;
   font-weight: bolder;
}
TD {
   margin-left: 20px;
   margin-top: 20px;
   margin-right: 20px;
   margin-bottom: 20px;
}