body {
  /* background-color: lightgrey; /**/
  background-color: #dfefef; /**/
  background-image:url(Pics/Mountains.jpg);
  color: darkblue;
  font-size: 12pt;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  /* background-color: red; */
  font-size: 12pt;
  font-style: normal;
}

h1 {
  /* background-color: red; */
  color: #000080;
  font-style: italic;
  font-size: 34pt;
  text-align: center;
}

h2 {
  /* background-color: red; */
  font-size: 18pt;
  text-align: left;
  font-style: italic;
  text-align: center;
}

h2 a {
  /* background-color: red; */
  font-size: 24pt;
  font-style: normal;
}

table {
}

td {
  text-align: center;
  vertical-align: top;
}

p li ul{
  color: #7a0a7a;
}

td p {
  color: #0a7a7a;
}

/* menu */

body.menu {
  /* background-color: blue; /**/
  background-color: #dfefdf; /**/
  background-image:url(Pics/green.jpg); */
  /* background-image:url(Pics/colors.gif); */
}

body.menu h2 {
  /* background-color: red; /**/
  font-size: 16pt;
  font-style: bold;
}

body.menu li {
  /* background-color: red; /**/
  text-align: left;
  font-style: italic;
  font-size: 8pt;
}

body.menu b {
  /* background-color: green; /**/
  background-color: #dfefef; /**/
  font-style: normal;
  font-size: 9pt;
}

table.menu {
  /* background-color: blue; /**/
  background-color: #dfefdf; /**/
}

table.menu tr th p {
  /* background-color: blue; /**/
  font-style: bold;
  font-size: 10pt;
}

table.menu tr td p {
  /* background-color: yellow; /**/
  color: #0a5a0a;
  font-style: normal;
  font-size: 9pt;
}




