body {
  font-family: Arial, sans-serif;
  color: black;
  font-size: 11pt;
  font-style: normal;
  background: url(pics/trame.jpg) rgb(236, 210, 187);
}

.cadole {
  font-family: "Comic Sans MS", serif;
  color: black;
  font-style: normal;
}

.menu {
  color: white;
  margin: 0 0 0 0;
  font-style: normal;
  font-family: sans-serif;
  font-size: 10pt;
  text-align: center;
  background: rgb(0, 153, 0);
  width: 500px;
};

.menuitem {
  border: solid white;
  border-width: 0 1px 0 0;
};

a { color: white; text-decoration: none; }
a:link, a:visited, a:active { color: white; text-decoration: none; }
a:hover{ color: blue; text-decoration: none; }
