<style>
a {
text-decoration: underline;
}

a:hover {
text-decoration: none;
}
.normtext {
    
   font-size: 14px;
   color: #000066;
}
.smalltext {

   font-size: 12px;
   color: #000066;
}
.smalllinktext {
   font-family: Georgia;
   font-size: 11px;
   color: #000066;
}
.authtitle {
   font-family: Georgia;
   font-size: 24px;
   color: #000066;
}
.title {
   font-family: Georgia;
   font-size: 18px;
   color: #000066;
}
</style>
