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

body {
	color: #CCCCCC;
	background-color: #5b5b5b;
}
a:link {
	color: #F7F7F7;
	text-decoration: none;
}
a:visited {
	color: #BBA23E;
	text-decoration: none;
}
a:hover {
	color: #6F0B17;
	text-decoration: underline;
}
a:active {
	color: #54B23B;
	text-decoration: none;
}
h3 {
	color: #1C610a;
}
