.SUBBOX 	{ 
			background-color: #DDDDDD; 
			width: 450px;
			margin: 50px;
			text-align: left;
			
		}
.album 	{ 
			background-color: #DDDDDD; 
			width: 300px;
			height: 250px;
			margin: 25px;
			font-size: 9pt;
			display: block;
			border-style: solid;
			border-width: 1px;
			padding: 5px;
		}

.albumtitle  {
		font-family: sans-serif;
		font-size: 14pt;
		font-weight: bold;
		text-align: center;
	}
.albumlink {
		color: black;
		background-color: transparent;
		text-decoration: none;
	}

BODY	{ 
		background-color: #CCCCCC;
		/* background-color: #000000; */
	}

td	{
		vertical-align: top;
	}

