#wrapper {
	background: #6699FF;
	height: 100px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FFFFFF;
	margin-top: 300px;
}
a:link {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-size: 18px;
	font-weight: bolder;
	color: #CCFF33;
	text-decoration: none;
}
a:active {
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
body {
	background: #000000;
}

