a.b{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
              font-weight : bold;
             	color : #000000;
             
}
a.d{
	font-family : Times New Roman;
	font-size : 12pt;
	color : #000000;
        text-decoration:underline;
        text-align: center;
}

a.b:visited{
        font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
              font-weight : bold;
             	color : #000000;
}
a.d:visited{
        font-family : Times New Roman;
	font-size : 12pt;
	color : #000000;
        text-decoration:underline;
        text-align: center;
}