
body {
		/*background-color:#9EAA2E;*/
		background-color:#A6B425;
		margin-top: 20px;
		margin-left:90px;
		margin-right: 90px		}

h1 	{ 
		text-align: center;
		color: #131C09;
		font-size:30px;
		font-family:sans-serif; }
	 
h2 	{ 
		color: #152B14;
		font-size:22px;
		font-family:sans-serif; }	 
		
h3	{ 
		color: #152B14;
		font-size:20px;
		font-family:sans-serif; }		
	 
p	{ 
		/* color: #7D775C; */
		color: #091A08;
		font-size:14px;
		font-family:sans-serif;
		width:75% 	}
		
ul	{ 
		/* color: #7D775C; */
		color: #091A08;
		font-size:14px;
		font-family:sans-serif; }

		
	a:link { 
	font-weight: none; 
	text-decoration: underline; 
	color: #152B14;
	}
	a:visited { 
	font-weight: none; 
	text-decoration: underline; 
	color: #152B14;
	}
	a:hover, a:active { 
	font-weight: none; 
	text-decoration: underline; 
	color: #152B14;
	}

  ul#Navigation {
	padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left; 
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a {
    display: block;
    width: 6.74em;
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid #152B14;
    border-left-color: white; border-top-color: white;
    color: #152B14; background-color: #BDCC57;
  }

  ul#Navigation a:hover{
    border-color: white;
    border-left-color: #152B14; border-top-color: #152B14;
    color: #BDCC57; background-color: #152B14;
  }


  
  
  
  img{
  float:right;
  }

