@media screen
{
	body
	{
		color			: #fff;
		font-family		: "Trebuchet MS" verdana tahoma;
		font-size		: 12px;
		margin			: 0px;
		padding			: 0px;
	}
	body a
	{
		color			: #fff;
		text-decoration	: none;
	}
	body div#month
	{
		background		: url(Images/Month.jpg) no-repeat;
		float			: left;
		height			: 36px;
		padding			: 20px 0px 0px 0px;
		text-align		: center;
		width			: 313px;
	}
	body div#month a
	{
		background		: url(Images/Text.jpg) repeat-x;
		padding			: 0px 5px;
		font-size		: 18px;
	}
	body div#multiple
	{
		background		: url(Images/Multiple.jpg) no-repeat;
		float			: left;
		height			: 245px;
		padding			: 5px;
		width			: 313px;
	}
	body div#single
	{
		background		: url(Images/Single.jpg) no-repeat;
		float			: left;
		height			: 239px;
		padding			: 7px;
		margin			: 0px 0px 5px 0px;
		width			: 313px;
	}
	body p
	{
		float			: left;
		height			: 100px;
		line-height		: 15px;
		margin			: 0px 0px 5px 0px;
		padding			: 5px;
		width			: 150px;
	}
	body p strong
	{
		color			: #fc198c;
	}
}
