@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 2px;
}
h1 {
	font-weight: bold;
	color: #666666;
	margin:0px;
}
a:hover {
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}
.all {
	margin:0 0 0 10px;
	float:left;
}
.clear {
	clear: both;
}
.smallBox
{
	width:210px;
	height: 320px;
	background-color:#CCC;
	display:block;
	float:left;
	margin:10px 10px 0 0;
	border: 5px solid #E0E0E0;
}
.smallBoxImage
{
	border: 5px solid #E0E0E0;
	display:block;
	margin:10px 10px 0 10px;
	float: left;
	width:180px;
	height: 80px;
}
.smallBoxText
{
	display:block;
	margin:10px 10px 10px 10px;
	float: left;
	width:190px;
	font-size: 12px;
}
.smallBoxTitle
{
	display:block;
	margin:10px 10px 0 10px;
	float: left;
	width:190px;
	font-size: 16px;
	font-weight: bold;
}
.smallBoxLink
{
	display:block;
	background-color:#999;
	margin:0 10px 2px 10px;
	float: left;
	width:190px;
	font-size: 12px;
}
.smallBoxScreenshot
{
	display:block;
	background-color:#999;
	margin:0 10px 2px 10px;
	float: left;
	width:190px;
	font-size: 12px;
}

