/* CSS Document */

/* Document */

body	{
	background-color: #000000;
	margin: 0px;
	font-family: Georgia, Times, serif;
	font-size: 14px;
}

hr	{
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 5px;
	border-bottom: solid 1px #FF00FF;
	border-top: solid 1px #FF00FF;
	width: 75%;
}

p.divder	{
	text-align: center;
	border-bottom: dashed 3px #FF33FF;
	margin: 0px 50px 10px 50px;
}

#Layer1 {
	position: relative;
	width: 500px;
	height: 5px;
	z-index: 1;
	left: 125px;
	top: -40px;
}

img.hand	{
	position: relative;
	top: 5px;
}

/* Links */

A:link		{color: #CC00FF; font-weight: bold; text-decoration: none;}
A:visited	{color: #CC00FF; font-weight: bold; text-decoration: none;}
A:active	{color: #CC00FF; font-weight: bold; text-decoration: none;}
A:hover 	{color: #FFFFFF; font-weight: bold; text-decoration: none; background-color: #CC00FF;}

/* Headings */

h3	{
	font-family: Georgia, Times, serif;
	font-size: 22px;
	font-weight: bold;
	border-bottom: double 5px #FF00FF;
	width: 425px;
	margin-left: 10px;
	margin-top: 10px;
}

h4	{
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: solid 2px #FF00FF;
	margin-left: 50px;
	margin-right: 50px;
	letter-spacing: 2px;
	background-color: #FFCCFF;
}

/* Paragraphs */

p.bodytext	{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin: 5px 40px 15px 40px;
}

p.footer	{
	font-family: Tahoma, serif;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

p.disclaimer	{
	font-family: Tahoma, serif;
	text-align: center;
	font-size: 12px;
}

p.description	{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	margin: 0px;
}

/* Tables */

table.back	{
	background-image: url(images/pasquale-music-background.gif);
	margin-top: 10px;
}

table.holder	{
	visibility: inherit;
}

table.tracklisting	{
	font-family: Tahoma, serif;
	font-size: 12px;
}
