body {
	text-align: center;
	color: white;
	font: x-small Verdana, Sans-serif;
	margin-top: 40px;
}

a:link {
	color: orange;
	text-decoration: underline;
}

/* My Comment */

a:hover {
	text-decoration: none;
	color: #955900;
}




