#list {
	margin-top: 32px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

#introducing {
	margin-bottom: 16px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}

#click_them {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	margin-top: 12px;
	text-align: center;
	width: 400px;
	border-color: gray;
	border-style: ridge;
	border-width: 3px;
	color: #be0000;
	font-size: 13px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#previous_releases {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: left;
}

h1 {
	margin-top: 16px;
	margin-bottom: 0px;
	color: green;
	font-weight: bold;
	font-size: 10px;
}

.banner {
	width: 400px;
}

#list_box {
	border-color: black;
	border-width: 2px;
	border-style: solid;
}
