h1 {  color: Green;
}
h2 {
	color: Maroon;
}
h3 {  color: #006400;
}
p {
	color: Maroon;
}
body {
	background-color: #7BA57B;
	font-family: "Trebuchet MS", "MS Sans Serif", Arial;
	color: #800000;
}
ol {  }a:active     { color: #F5DEB3;
}
a:link       {
	color: #006400;
	list-style : none;
}
a:visited    { color: #556B2F;
}
hr {
	color: #006400; 
	width: 97%;
	height: 4px;
}

