body {
            margin: 0px;
            background-color: #fff;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px ;
}
a:link {
            color: rgb(160,240,120);
            text-decoration: none;
}
a:hover {
            color: rgb(160,0,120);
            text-decoration:none;
            border-top-width: 0px;
            border-right-width: 0px;
            border-bottom-width: 1px;
            border-left-width: 0px;
            border-top-style: none;
            border-right-style: none;
            border-bottom-style: dashed;
            border-left-style: none;
            border-bottom-color: #808080;
}
a:active {
            color: rgb(160,240,120);
            text-decoration: none;
}
a:visited {
            color: rgb(160,240,120);
            text-decoration: none;
}

