.white{
        font-family :"Verdana";
        font-size: 8pt;
        Color : #28364D;
        Text-Decoration : none;
}

.white:link{
        font-family :"Verdana";
        font-size: 8pt;
        Color : white;
        Text-Decoration : none;
        }

.white:hover{
        font-family : "Verdana";
        font-size: 8pt;
        Color : white;
        Text-Decoration : underline;
        }

.black{
        font-family :"Verdana";
        font-size: 7pt;
        Color : black;
        Text-Decoration : none;
}

.black:link{
        font-family :"Verdana";
        font-size: 7pt;
        Color : black;
        Text-Decoration : none;
        }

.black:hover{
        font-family : "Verdana";
        font-size: 7pt;
        Color : red;
        Text-Decoration : underline;
        }

.black2{
        font-family :"Verdana";
        font-size: 10pt;
        Color : black;
        Text-Decoration : none;
}

.black2:link{
        font-family :"Verdana";
        font-size: 10pt;
        Color : black;
        Text-Decoration : none;
        }

.black2:hover{
        font-family : "Verdana";
        font-size: 10pt;
        Color : red;
        Text-Decoration : underline;
        }

.white2{
        font-family :"Verdana";
        font-size: 10pt;
        Color : white;
        Text-Decoration : none;
}

.white2:link{
        font-family :"Verdana";
        font-size: 10pt;
        Color : white;
        Text-Decoration : none;
        }

.white2:hover{
        font-family : "Verdana";
        font-size: 10pt;
        Color : red;
        Text-Decoration : underline;
        }

        </style>
