p { font-size: 10pt; font-family: Verdana, Tahoma, Arial; } 
p.small { font-size: 80%; }
p.large { font-size: 120%; }
p.largeboldred { font-size: 120%; font-weight: bold; color:red; }
p.italic { font-style: italic; }
p.acronym { border-bottom: 1px dashed #FF9700; } 


<style type="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: black;}
</style>