
<style type="text/css">

a {
    color: rgb(255, 0, 0);
}
a:link {
    text-decoration: none;
    color: rgb(0, 0, 255);
}
a:visited {
    text-decoration: none;
    color: rgb(255, 0, 0);
}
a:hover {
    text-decoration: none;
    color: rgb(255, 0, 0);
}
a:active {
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.style1 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
}

</style>
