html, body
{
	margin:0;
	padding:0;
	background-color:#ff00ff;
}

.content
{
	font-family: 'Coming Soon', cursive;
	text-align:center;
}

.title
{
	font-size:300%;
	margin:30px;
	text-shadow:1px 1px 2px #fff;
}
.link
{
	font-size:250%;
	color:black;
	padding:10px 20px 10px 20px;
	border-radius:5px;
	border:1px solid #eee;
	text-decoration:none;
	background-color:white;
	box-shadow:0 -1px 2px #aaa inset;
}
.link:hover
{
	background-color:#fcf;
	border-color:#aaa;
}

.list
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	z-index:999999999;
}
.subtitle
{
	margin-top:50px;
	text-shadow:1px 1px 2px #fff;
}
.list .item
{
	width:100px;
	padding-bottom:2px;
	box-shadow:0 0 6px #000;
	border-radius:10px;
	margin:8px;
	
	background-color:#fcf;
}
.item img
{
	width:100px;
	border-radius:10px 10px 0 0;
}
.item h4
{
	margin:0;
	padding:3px 3px 5px 3px;
	font-weight:normal;
	font-size:90%;
}

.footer
{
	padding:10px 30px;
	font-size:80%;
	color:white;
	text-align:right;
}