CSS for all Planet Prent Site

* {
	margin:0;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clear {
	clear: both;
}

body {
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-image: url(../images/stars.gif);
	background-repeat: repeat;
}

.wrapper h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #A275FF;
	text-decoration: none;
	padding: 0em;
	margin: 0.5em;
}
.wrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 0em;
	margin-top: 0em;
	margin-right: 1.5em;
	margin-bottom: 0.75em;
	margin-left: 0em;
}

.wrapper a, .wrapper a:visited {
	color: #B591FF;
	text-decoration: none;
}

.wrapper a:hover {
	color: #82FFE6;
	text-decoration: underline;
}

.planet {
	position: absolute;
	z-index: 5;
	top: 0.5%;
	left: 0.5%;
}

.blocklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 1.5em;
	margin-right: 3em;
	margin-bottom: 1em;
	margin-left: 30%;
	text-align: center;
	background-color: #000000;
}

.blocklink a:visited , .blocklink a {
	text-decoration: none;
	background-color: #9966FF;
	color: #82FFE6;
	padding: 0.4em;
	font-weight: bold;
}

.blocklink a:hover {
	text-decoration: underline;
	background-color: #82FFE6;
	color: #8000FF;
	padding: 0.4em;
	font-weight: bold;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.hostbanner {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 7;
}
