body {
	background-image: url(images/spacebg.jpg);
	background-repeat: repeat;
}
p {
	color: #FFFFFF;
	margin-right: 15px;
	width: 600px;
}
a:link {
	font-weight: bold;
	color: #FFCCFF;
	text-decoration: none;
	font-size: small;
}
a:visited {
	color: #CC99FF;
	font-size: small;
	text-decoration: none;

}

a:active {
	font-size: small;
	color: #CC99FF;
	text-decoration: none;
}
a:hover {
	font-size: small;
	color: #FF33FF;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #CC66CC;
}
li {
	color: #FFFFFF;
	list-style-type: circle;
	padding-top: 10px;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #CC66CC;
}
b {
	font-weight: bold;
	color: #CC99FF;
}
