a:link { 
	color: white;
	text-decoration: underline;
}
a:visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: #ffff9b;
	text-decoration: underline;
}

body {
	color: white;
	background-color: #ff0066;
	margin:  30px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
