* {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	color: white;
	font:14px verdana, helvetica, arial, sans-serif;
}

h1 {
	height:30px;
	border-bottom:1px solid white;
	line-height:30px;
	font-weight:normal;
	font-size:24px;
}

h1 a {
	color:white;
	text-decoration:none;
}

h1 span {
	color: purple;
}


.block {
	width: 150px;
	height: 150px;
	border: 1px solid #999;
	float:left;
}

#content {
	background-color:#222;
}

#footer {
	clear:both;
	font-size:11px;
	text-align:center;
	border-top:1px solid white;
}

#articlesList li {
	width:150px;
	height:150px;
	float:left;
}

#articlesList img {
	width:148px;
	height:148px;
	border:1px solid black;
}

#spacer {
	clear:both;
}

