body
{
  font-family: Arial, Helvetica, sans-serif;
  background-color:#CCCCFF;
  color: lightcoral;
  margin-left: 20px;
  margin-top: 50px;

}

a
{
  font-weight: bold;
  color: black;
  line-height: 15pt;
  font-decoration: none;
}

.textMenu
{
    CURSOR: hand;
}

.textSelected
{
  cursor: hand;
  color: blue;
  text-decoration: underline;
}