a {
	color : #0050d0;
	text-decoration : none;
	font-weight : bold;
	}

a:active {
	color : #ff0000;
	}

a:hover {
	color : #008080;
	text-decoration : underline;
	}

body {
	width : 800px;
	background-color : #e0ffe6;
	color : #6e1f2a;
	}

#header {
	text-align : center;
	margin : 0 auto;
	}

h1{
	text-align : center;
	color : #336600;
	}

p {
	font-family : verdana, arial, sans-serif;
	line-height : 140%;
	}

#variety {
	height : 580px;
	border : 5px #107710 solid;
	}

#description {
	padding-top : 100px;
	}

#description p {
	color : #101040;
	padding-right : 10px;
	}

#description h3 {
	text-align : center;
	}

#description h4 {
	padding-top : 20px;
	}
	
#image {
	float : left;
	margin-right : 20px;
	}

#footer {
	margin : 20px;
	clear : both;
	}
