<style type="text/css">
TD.normal{ cursor: hand;}

TD.selected{ background: black; cursor: hand}

A.b4 {
color : white;
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
}

A.b4:HOVER {
color : yellow;
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
}

A.b3 {
color : white;
font-family : Arial, Helvetica, sans-serif;
font-weight: bold;
font-size : 12px;
text-decoration : none;
}

A.b3:HOVER {
color : lightpink;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}

A.b3:VISITED {
color : darkpink;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}

A.b3:ACTIVE {
color : lightyellow;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}


A.b2 {
color : white;
font-family : Arial, Helvetica, sans-serif;
font-weight: bold;
font-size : 12px;
text-align: center;
text-decoration : none;
}

A.b2:HOVER {
color : orange;
font-family : Arial, Helvetica, sans-serif;
text-align: center;
font-size : 12px;
}

A.a1 {
color :  white;
font-family : Arial, Helvetica, sans-serif;
font-size : 15px;

}


P.b1 { 
font-size: xx-small; 
font-family: Arial; 
color: #FFFFFF; 
}


</style> 