body {
  font-family: verdana, san-serif;
  font-size: 0.70em;
  background-color: #FFF;
  color: #000;
  text-align: center;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#content {
  margin: 10px 20px;
  text-align: left;
  width: 520px;
}

#content h1 {
  font-size: 400%;
  font-family: 'Coustard', serif;
}
#content h2 {
  font-size: 1.5em;
}
#content p {
	margin: 1em auto 0 auto;
	text-align: left;
}
#content #extra_content {
	margin: 2em 10px;
	width: 350px;
}
#content #last_fm {
	text-align: left;
}
#content #last_fm_list {
	list-style: none;
	text-align: left;
	margin-left: 10px;
}
#nice_images_wrap {
    width: 700px;
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    font-size: 140%;
}

#nice_images_wrap div {
    background-color: #EEE;
    width: 550px;
    text-align: center;
    margin: 25px auto;
    padding: 40px 0;
}


#pagination {
    margin-bottom: 20px;
    text-align: center;
	background-color: #FFF !important;
	border: none !important;
}
#pagination a {
    font-size: 2em;
}
h2 {
    font-size: 4em;
}

#album_list {
	width: 800px;
	margin: 10px auto;
}
#album_list tr:hover {
	background-color: #ABABAB;
}
#album_list tr td {
	font-size: 0.70em;
}
