body
  {
  /* Background-texture: green stripe */
  background: url(../img/bg2.gif);	 
  }

/* Use for menus  */
.mouseOver
{
  background: url(../img/menuGreen2.gif);
  cursor: hand;
  text-decoration: none;
  font-size: 12;
  font-family: Arial, Tahoma, Times New Roman;
  color: #00FF00;

}
.mouseNotOver { 
   background: url(../img/menuGreen2.gif);
  text-decoration: none;
  font-size: 12;
  font-family: Arial, Tahoma, Times New Roman;
  color: yellow;
 }
.mouseNotOverMainMenu { 
  background: url(../img/mainmenu-bg.gif);
  text-decoration: none;
  font-size: 12;
  font-family: Arial, Tahoma, Times New Roman;
  color: #175617;
 }

.MainMenu:link, .MainMenu:visited, .notALink {   
  text-decoration: none;
  font-size: 12;
  font-family: Arial, Tahoma, Times New Roman;
  color: #175617;
}
.MainMenu:hover {   
  text-decoration: none;
  font-size: 12;
  font-style: italic;
  font-family: Arial, Tahoma, Times New Roman;
  color: yellow;
}

.Menu:link, .Menu:visited, .notALink {   
  text-decoration: none;
  font-size: 12;
  font-family: Arial, Tahoma, Times New Roman;
  color: white;
}
.Menu:hover {   
  text-decoration: none;
  font-size: 12;
  font-style: italic;
  font-family: Arial, Tahoma, Times New Roman;
  color: yellow;
}