div#introduction {
	position: relative;
	top: 0px;
	text-align: justify;
	border-style: dashed;
	border-width: thin;
	border-color: red;
}

div#asteroidlinks {
	position: relative;
	top: 0px;
	text-align: left;
	border-style: dashed;
	border-width: thin;
	border-color: red;
}
	
h3#asteroids {
	position: relative;
	top: 0px;
	text-align: left;
	font-size: 15px;
	font-color: red;
}



