body {
	margin: 0 auto 0 auto;
	width: 960px;
	background-color: yellow;
	font-family: sans-serif;
	font-size: small;
	line-height: 1.3em
}

a:link {
	text-decoration: none;
	color: blue;

}

a:visited {
	text-decoration: underline;
	color: red;
}

.target a:link {

}
	

h1 {
	font-family: cursive;
}


#allcontent {
	background-color: white;
	width: 960px;
	border: 1px;
}


#toppage{
	background: url(../pictures/bg1.gif) no-repeat;
	padding: 10px;
	width: 960px;
	float:left;
}

#toppage img {
	border: none;
}

#toplinks {
	background-color: yellow;
	margin: 0px;
	padding: 2px;
	clear: left;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 1.2em;	
}

#toplinks a:link {
	color: blue;
	text-decoration: none;
}

#toplinks a:visited {
	color: purple;
	text-decoration: none;
}

#toplinks a:hover {
	color: white;
	background-color: red;
	text-decoration: underline;
}

#homelinks {
	float: right;
	clear: both;
	background-color: white;
	font-size: 110%;
	padding-top: 120px;
	
}

#homelinks table {
	width: 180px;
	padding: 5px;
}

#homelinks table th, #homelinks table tr {
	text-align: center;
}

#cds {
	padding: 15px;
	margin-left: 20px;
	
}


#footer {
	text-align: center;
	font-size: 75%
}

.songtitle {
	font-style: italic;
}

.cdpic {
	width: 300px;
}








