/* CSS Document */
<style type="text/css">

a.one:link {color: #66FFFF; text-decoration: underline}
a.one:visited {color: #FF9966; text-decoration: underline}
a.one:hover {color: #CC3333; font-size: 110%; text-decoration: underline}
a.one:active {color: #66FFFF; text-decoration: underline}


</style>
