@charset "UTF-8";
/* CSS Document */
body {
	background-color: #555555;
	background-image: url(http://tour.shadypi.com/images/bkg.jpg);
	background-repeat: repeat-x;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

.yellow {
	font-size: 12px;
	color: #FFD008;
}

.red {
	font-size: 12px;
	color: #FF0000;
}
