body {
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: left;
	margin-left: 15%;
	margin-top: 0px;
	margin-bottom: 0px;
        background-color: black;
	color: #B0B0B0;

}

h1, h2, h3, h4 {
    color: darkgreen;
  }

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	/* color: #FD5A1E; */
        color: #E4D3A6;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E4D3A6;
	}

a, h2 a:hover, h3 a:hover {
        color: #FD5A1E;
	text-decoration: none;
	}

a:hover {
	color: #707070;
	text-decoration: underline;
	}


#content {
  width: 80%;
  padding: 10px 10px 10px 10px;
  text-align: left;
  /* border: 1px solid #959596; */
}

.feature {
  color:darkred;
  font-weight: bold;
}

.note {
  color: purple;
  font-weight:  bold;
}

pre {
  color:  grey;
}

#evolution_edit {
    width: 90%; height: 600px
}

#evolution_nav {
    text-align: left;
    border-top: 1px solid;
    padding-top: 5px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

form#SearchForm { display: inline; }

#evolution_footer {
    padding-top: 5px;
    border-top: 1px solid;
}
