@charset "utf-8";
/* CSS Document */

.albums{
	float:left;
	width:150px;
	margin-right:20px;
	margin-top:-20px;
	margin-bottom:5px;
}
.description{
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
	border-bottom:2px solid #ffffff;
}

a.project{
	padding-top:20px;
}
a.project, a.project:visited{
	font-weight:normal;
	text-decoration:none;
	display:block;
}
a.project:hover, a.project:active{
	background-color:#666666;
}
h4{
	margin-top:0;
}