body{
	margin:10px;
	font-family:Verdana;
	font-size:10px;
}

.square{
	width:100px;
	height:100px;
	margin:0px 10px 10px 0px;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.square:hover{
	cursor:hand;
	text-decoration:none;
}

#content{
	margin:0px;
	padding:5px;
	width:500px;
	text-align:center;
}

.website{
	margin:5px auto;
	width:400px;
	height:110px;
	font-size:10px;
	border:1px solid #333;
	text-align:left;
	text-decoration:none;
	display:block;
}

.website span{
	float:left;
	width:270px;
	margin:5px;
	cursor:hand;
}

.website img{
	float:right;
	height:100px;
	width:100px;
	margin:5px;
	border:none;
}

body{
	background:#333;
	color:#111;
}
a{
	color:#222;
}
.square{
	background:#111;
	color:#fff;
}
.square:hover{
	background:#222;
}
#content{
	background:#fff;
}
