body {
	background-color : #eeeeee; 
	color : #000000; 
	font-family : verdana, arial, sans-serif; 
	font-size : 11px; 
	font-weight : normal; 
	line-height : 16px; 
	text-align : center;
}
a {
	background-color : #ffffff;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}
a:hover {
	background-color : #ffff99;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}
table {
	font-family : verdana, arial, sans-serif; 
	font-size : 11px; 
	font-weight : normal; 
	line-height : 16px; 
	text-align : center;
}
li {
	list-style: square;
}
#universe {
	background-color : #ffffff;
	border : 2px solid #000000;
	color : #000000;
	margin : 30px auto 30px auto;
	text-align : left;
	width : 600px;
}
#galaxy {
	background-color: #ffffff; 
	color : #000000;
	width : 600px;
}
#solarsystem {
	background-color : #ffffff;
	color : #000000;
}
#earth {
	background-color : #ffffff;
	color : #000000;
	float : left;
	padding : 10px 0px 30px 30px;
	width : 360px;
}
.earth img {
	border : 1px solid #000000;
}
#moon {
	background-color : #ffffff;
	color : #000000;
	float : right;
	padding : 10px 30px 10px 0px;
	text-align : left;
	width: 160px;
}
#mars {
	background-color: #ffffff;
	color : #000000;
	float : left;
	padding : 10px 30px 30px 30px;
	text-align : left;
	width : 540px;
}
.mars img {
	border : 1px solid #000000;
}
.starlight {
	border-bottom : 2px dotted #000000;
	background-color : #ffffff;
	color : #000000;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	font-weight : bold;
	margin-bottom : 5px;
	margin-top : 20px;
	text-transform : uppercase;
	width : auto;
}
.starlight a {
	background-color : #ffffff;
	color : #000000;
}
.starlight a:hover {
	background-color : #ffff99;
	color : #000000;
}
.starbright {
	background-color : #ffffff;
	color : #000000; 
	font-family :  verdana, arial, sans-serif; 
	font-size : 11px
}
.starbright p {
	margin-bottom : 20px;
	margin-top : 0px;
}
.shortestdistance {
	background-color : #ffffff;
	border-bottom : 1px solid #000000;
	color : #000000;
	font-family : arial, sans-serif;
	font-size : 10px;
}
#copyright {
	background-color : #ffffff; 
	color : #000000;
	height : 60px; 
	width : 600px
}

