﻿* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

body {
	
}

.header1 {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 6px;

}

.albumname {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 6px;

}


.lyrics {
	font-size: 10px;
}

.songs {
	padding-left: 8px;
	
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a.menu {
	color: white;
	font-weight: bold;
	
}

a.menu:link {
	color: white;	
}

a.menu:visited {
	color: white;
}

a.menu:hover {
	color: red;
}


a:link {
	color:#A1FD07
}

a:visited {
	color: #A1FD07
		}

a:hover {
	color: red;
}

a:active {
	color: #A1FD07;
}


p.pagetitle {
	font-size: 17px;
	font-weight: bold;
	
}

.pagetitle {
	font-size: 17px;
	font-weight: bold;
}

td.menu {
	font-size: 12px;
	font-weight: bold;
}

a.footer {
	
	color:#808080;
}

.front {
	
	font-size: 14px;
	text-align: left;

}

.buy {
	
	font-size: 14px;
	font-weight: bold;

}



