<style>
.MyStyle1      {font-family: verdana; font-weight: normal; font-size: 9pt; color: #ffffff}
.MyStyle1Bold  {font-family: verdana; font-weight: bold; font-size: 9pt; color: #ffffff}
.MyStyle2      {font-family: verdana; font-size: 10pt; color: #000000}
.MyStyle2Bold  {font-family: verdana; font-weight: bold; font-size: 10pt; color: #000000}
.MyStyle3      {font-family: verdana; font-size: 9pt; color: #000000}
.MyStyle3Bold  {font-family: verdana; font-weight: bold; font-size: 9pt; color: #000000}
.MyStyle4Bold  {font-family: verdana; font-weight: bold; font-size: 12pt; color: #000000}
.FeatureList   {font-family: verdana; font-weight: normal; font-size: 7pt; color: #000000}
.MyButton      {font-family: verdana; font-weight: bold; font-size: 9pt; color: #ffffff; background-color: red}
li {
font-family: Verdana;
font-size: 10pt;
font-weight: normal;
color: #000000
}
body {
margin-top: 0px;
margin-left: 5px;
}
a.White {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
text-transform: none;
text-decoration: none;
font-style: normal;
color: #FFFFFF;
cursor: hand;
}
a.White:hover {
font-family: Verdana
font-size: 10pt;
font-weight: bold;
text-transform: none;
text-decoration: underline;
font-style: normal;
color: #ffffff;
cursor: hand;
}
a.Red {
font-family: Verdana;
font-size: 10pt;
font-weight: bold;
text-transform: none;
text-decoration: none;
font-style: normal;
color: red; 
cursor: hand;
}
a.Red:hover {
font-family: Verdana
font-size: 10pt;
font-weight: bold;
text-transform: none;
text-decoration: underline;
font-style: normal;
color: red;
cursor: hand;
}
</style>
