@charset "utf-8";
/* CSS Document */

#makemoney			{
					background-image:url(/images/blackbackground.png);
					background-repeat:repeat-y;
					}
/*
#makemoney h3		{
					text-align:left;
					width:auto;
					}
*/
#makemoney p		{
			        padding-bottom:10px;
					}

#makemoney a		{
					color:#999;
					font-weight:bold;
					}

#makemoney a:hover	{
					text-decoration:underline;
					}