body {
	background: #333333;
}
a:link {
	color: #333366;
	text-decoration: none;
}
a {
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font: bold 36px Arial, Helvetica, sans-serif;
	color: #FF9900;
	background: #333366;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
#wrapper {
	background: #999999;
	width: 770px;
	border: 1px solid #000000;
	margin: 25px auto 0px;
	padding: 0px;
	list-style: decimal;
}
.textInfo {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
