body{
	color: white;
}
a{
	text-decoration: none;
	color: hotpink;
}
a:visited{
	color: hotpink;
}
a:hover{
	color: white;
}
#world{
	position: relative;
	top: 60px;
	left: 600px;

}