a {
 color: #999999; 
 font-family: Arial, sans serif;
 background-color: transparent; 
 text-decoration: underline
}

a:link {
 color: #999999;
 background-color: transparent; 
 text-decoration: none
}

a:active {
 color: #999999;
 background-color: transparent; 
 text-decoration: none
}

a:visited {
 color: #999999;
 background-color: transparent; 
 text-decoration: none

}a:hover {
 color: #ffffff;
 background-color: transparent; 
 text-decoration: underline
}

body {
 font-size: 11px;
 color: #ffffff;
 font-family: Arial, sans serif;
 background-color: #3D4047;
 padding-left:10px;
 padding-right:10px;
}

.smalltext {
 background: none;
 font-family: Arial, sans serif;
 font-size: 11px;
 font-style: normal;
 color:#ffffff;
}

small {
 font-weight: normal;
 font-size: 5pt;
 font-style: normal;
 font-family: tahoma;
}