index {
	background-image: url(flower.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
body {
	background-image: url(flower.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #99CC99;

}
a:visited {
	font-family: Georgia;
	font-style: normal;
	text-decoration: none;
	color: #666666;

}
a:link {
	font-family: Georgia;
	font-style: normal;
	color: #666666;

}
