body {
   background-color: #DCDCDC;
   color: Black;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   margin: 20px 20px 20px 20px;
}
h2 {
   font-size: 12pt;
}
h3 {
   font-size: 11pt;
}
table {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10pt;
}
td.vers {
   font-size: 12pt;
}

a {
   color: #2F4F4F;
}
a:hover {
   background-color: Red;
   color: White;
   text-decoration: underline;
}
a:visited {
   background-color: Gray;
   color: White;
}
a.vers {
   color: Black;
}
a:hover.vers {
   color: White;
   background-color: Green;
   text-decoration: none;
}
a:visited.vers {
   color: Black;
   text-decoration: none;
   background-color: transparent;
}







