html {
	font-family: helvetica;
	background: #B8D30B;
  background: -moz-linear-gradient(top, #95A105 0%, #B8D30B 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95A105), color-stop(99%, #B8D30B));
  background: -webkit-linear-gradient(top, #95A105 0%, #B8D30B 99%);
  background: -o-linear-gradient(top, #95A105 0%, #B8D30B 99%);
  background: -ms-linear-gradient(top, #95A105 0%, #B8D30B 99%);
  background: linear-gradient(top, #95A105 0%, #B8D30B 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95A105', endColorstr='#B8D30B',GradientType=0 );
}

.profile {
	float: left;
	margin-right:10px;
	width: 240px;
	padding: 20px;
	background-color: #8BA341;
	border: 5px solid white;
	box-shadow: 2px 2px 25px #222;
	-moz-box-shadow: 2px 2px 25px #222;
	-webkit-box-shadow: 2px 2px 25px #222;
}

a {
	color: #39403A;
	font-family: helvetica;
}

footer {
	color: #fff;
}

.profile2 {
	width: 355px;
}

.avatar {margin: auto; }
.settings {	margin: auto; text-align: center;}
.avatar img {margin: auto;}

h3 {
text-shadow: 0 1px 2px #4F5E24;
color: #FFF;
font-size: 32px;
}

#nav ul, ol {
  color: #4A5304;
}