/* 模板在线 搜集整理 www.htmldivcss.com */

body{
	text-align:center;
}
#wrapper{
margin:auto;
width:80%;
}
a{
text-decoration:none;
color: cornflowerblue;
}
a:hover{
text-decoration:underline;
}
#fruits{
border:10px solid #000;
margin:0 auto;
width:660px;
}