/* sets background color to pink*/

body {	background-color:#ff4bac;
	margin:10px;}

.albumtitle {	text-align: center;
		border:5px solid #000000;
		margin-bottom:20px;}


/* table of links */

.link {margin-right:auto;
	margin-left:auto;
	border:10px dashed blue;}

.link td {padding:20px;
	border=none;}


.navbar img {	margin-right:auto;
		margin-left:auto;
		border:5px solid #000000;}


a:link, a:visited {	font-weight: bold;
			text-decoration: none;
color:#000000;}

p {	text-align: center;
	font-size: large;}

