@charset "utf-8";
/* CSS Document */

body {
	background-color: #635800;
	color: #fce000;
}
a {
	color: #fce000;
}

a:hover {
	color:#FFF;
}