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, h2, h3 {
	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;
}

#cdpic {
	padding: 15px;
	float: left;
	background-color: white;
}

#cdpic {
	text-align: center;
}

#cdpic h1,h2, h3 {
	font-family: sans-serif;
	font-style: italic;
}


#songtable {
	margin-left: 350px;
	text-align: left;
}

#songtable table {
	padding: 15px;
	border-collapse: collapse;
	margin: 15px;
}

#songtable th, #songtable td {
	padding: 2px;
}

#songtable td {
	font-size: 95%;
	font-style: italic;
}

#col1 {
	width: 250px;
}

#col2 {
	width: 150px:
}


#footer {
	text-align: center;
	font-size: 75%
	margin-left: 0px;
	clear: both;
}

.songtitle {
	font-style: italic;
}










