body {
	background-color: #464256;
}
a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	font-weight:bold;
}
a:link, a:visited {
	color: #BF8255
}
a:hover, a:active {
	color: #CC9966;
}