body {
	color: white;
	background-color: #101010;
	height: 100%;
	width: 100%;
	margin: 10;
	padding: 0;
	text-align: left;
	font-family: Helvetica;
	font-size: small;
}
ul {
	color: #68c45e;
	padding-left: 0px;
}
li {
	margin-top: 5px;
	padding-left: 0px;
	list-style-type: none;
}A:link {
	color:none;
	text-decoration: underline;
}
A:visited {
	color:none;
	text-decoration: underline;
}
A:active {
	color: none;
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
	color: none;
}
#content {
	width: 700;
	margin: 0px auto;
	text-align: left;
}
#wrapper {
    width: 100%;
    text-align: center
    padding: 0;
    margin-top: 0px
}