@charset "utf-8";
/* CSS Document */
body {
	background-color: #2c1411;
}
.yellowBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #eee4b6;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE4B6;
}
a.footer:link{
	color: #FFFF00;
}
a.footer:visited{
	color: #FFFF00;
}
a.footer:active{
	color: #FFFF00;
}
a.footer:hover{
	color: #FFFF00;
}
.footerMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEE4B6;
}
a.footerMenu:link{
	color: #FFFF00;
}
a.footerMenu:visited{
	color: #FFFF00;
}
a.footerMenu:active{
	color: #FFFF00;
}
a.footerMenu:hover{
	color: #FFFF00;
}
a.img{
	border: none;
}