a {
	color : #3e000a;
	text-decoration : none;
	font-weight : normal;
	}

a:active {
	color : red;
	}

a:hover {
	color : teal;
	text-decoration : underline;
	}

body {
	width : 900px;
	background-color : #e0ffe6;
	color : #6e1f2a;
	}

#header {
	font-family : "Old English Text MT", "Times New Roman", serif;
	text-align : center;
	margin : 0 auto;
	}

#variety {
	height : 500px;
	border : 5px #107710 solid;
	}

#description {
	padding-top : 30px;
	}

#description p {
	font-family : georgia, "Times New Roman", serif;
	line-height : 140%;
	color : #6e1f2a;
	padding-right : 10px;
	}

#description h3 {
	text-align : center;
	}

#description h4 {
	padding-top : 15px;
	}
	
#image {
	float : left;
	margin-right : 20px;
	}

#footer {
	margin : 20px;
	clear : both;
	}
