BODY {
        background : #292939;
        color : #A0A0A0;
	      font-size : 10pt;
	      font-family : Arial;
	      font-weight: 400;
}

A:link    {
        font-size: 10pt;
        font-family: Arial;
        font-weight: 400;
        color: #BD3131;
        text-decoration: none;
}
A:visited {
        font-size: 10pt;
        font-family: Arial;
        font-weight: 400;
        color: #BD3131;
        text-decoration: none;
}
A:active  {
        font-size: 10pt;
        font-family: Arial;
        font-weight: 400;
        color: #BD3131;
        text-decoration: none;
}
A:hover   {
        font-size: 10pt;
        font-family: Arial;
        font-weight: 400;
        color: #A0A0A0;
        text-decoration: none;
}