@charset "utf-8";
/* CSS Document */
<style>
a:link, a:active, a:visited {
color:#DF3CE5;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:underline;
}
.headertext {
background:transparent none repeat scroll 0 0;
color:#FFFFFF;
font-size:8pt;
font-weight:bold;
}
    
</style>
