.text  {
             font-family : Arial, Helvetica, Verdana, sans-serif;
        font-size : 10pt;
        font-style : normal;
        line-height : normal;
        font-weight : bold;
        font-variant : normal;
        color : #FFFFFF;
        text-align : center;
}

A:link  {
             text-decoration : underline;
             font-weight : bold;
             color : #FFFFFF;
}

A:visited  {
             text-decoration : underline;
             font-weight : bold;
             color : #FFFFFF;
}

A:active  {
             text-decoration : underline;
             font-weight : bold;
             color : #070F79;
}

A:hover  {
             text-decoration : underline;
             font-weight : bold;
             color : #070F79;
}