/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #f7c101;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C29701;
}
a:hover {
	text-decoration: underline;
	color: #F87C01;
}
a:active {
	text-decoration: none;
	color: #f7c101;
}