/* CSS Document */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}a:link {
	color: #AC724A;
	text-decoration: underline;
}
a:visited {
	color: #A7936D;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
a:active {
	color: #FF6633;
	text-decoration: underline;
}