.forbox
{
	float:			left;
	width:			230px;
	color:			black;
	margin:			10px;
	height:			330px;
	overflow:		hidden;
	border:			1px solid #dedede;border-top:1px solid #eee;border-left:1px solid #eee;background-color:#f5f5f5;
}

.forbox:hover
{
	background-color:#dff4ff;border:1px solid #c2e1ef;color:#336699;
}

.fortitle, .fortagline
{
	text-align: center;
}

.fortitle
{
	font-size: 160%;
}


.forscreenshot
{
	width:		200px;
	border:		1px solid grey;
	margin:		15px;
	padding:	0px;
}


.whatitdoes li
{
	font-size: 130%;
}



@media print
{
	.forbox
	{
		float: none;
		height: auto;
		width: auto;
		text-align: left;
	}

	.fortitle, .fortagline
	{
		text-align: left;
	}

	.fortitle
	{
		font-size: 16px;
	}

	.whatitdoes li
	{
		font-size: 12px;
	}
}