@charset "utf-8";
/* CSS Document */

body {
	color: #FFFFFF;
	background-color: #554B2B;
	text-align: center;
}
a:link {
	color: #00FF00;
}
a:hover {
	color: #FFFF00;
}
a:visited {
	color: #00FF00;
}
