 body{
	background-color:#095228;
}

p{
	background-color:#FBFCFA;
	padding: 10px;
	text-align: justify;
	border-radius: 10px;
}

.header{
    text-align:center;
}

.nav{
    background:#2D241E;
    height:40px;
		left: 50%;
}
.nav ul li{
		float:left;
    list-style:none;
}
.nav ul li a{
    color: white;
    text-align: center;
    text-decoration: none;
    display:inline-block;
    padding: 11px;
    background-color: #2D241E;
}

.nav ul{
	text-align: center;
}

.nav ul li a:hover {
  background-color: #faf2f3;
  color: black;
}

.gform p{
	text-align: center;
}

.gform a{
	    color: #2D241E;
      text-align: left;
      text-decoration: none;
}
