body {
	color: #590000;
	background-color: #fff3e6;
}
a:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #00FF00;
	font-weight: bold;
	text-decoration: none;
}
