a {
	color : #0050d0;
	text-decoration : none;
	font-weight : bold;
	}

a:hover {
	color : #008080;
	font-weight : bold;
	text-decoration : underline;
	}

a:active {
	color : #990066;
	}

body {
	width : 950px;
	background-color : #e0ffe6;
	color : #6e1f2a;
	}

#header {
	text-align : center;
	margin : 0 auto;
	}

#variety {
	height : 500px;
	border : 5px #101077 solid;
	}

#description {
	padding-top : 60px;
	}

#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;
	}
