body
{   font-family: Arial, Helvetica, sans-serif;
    margin-left: 5%;
    margin-right: 5%
}

h1
{
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    line-height: 100px;
}
    
h2 {
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;}
    
a img {   
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin-left: 0px;
}
#left {
  float: left;
  width: 60%;
  }

#right {
  float: left;
  width: 30%;
  padding-left:10px;
   }

#footer {
  float: left;
  clear:both;
  width: 90%;
  }

#NavMenu {
  margin-left:-2.5em; 
    }  

#NavMenu li {
  list-style-type: none;
  float:left;
  width: 16%;
  text-align: center;
  font-size: 1.3em
   }
   
#NavMenu a {
  font-weight: bold;
  text-decoration: none;
  color:white;
  display:block;
  border: 3px green outset;
  background-color: green;
}  

#orgheader {
    margin-left: 0;
    margin-right: 0;
    border-collapse: collapse;
}

.center {
  text-align:center; 
  }
  
.Otherlang {
    font-style: italic;
}

.italic { 
 font-style :italic;
}
