/*
	$Id: detritus.css,v 1.5 2001/03/24 05:36:17 eric Exp $
*/

BODY, TD, P {
	font-family: palatino, times, serif, garamond;
}

A {
	color: #0000ee;
	text-decoration: none;
}

A:hover {
	color: #ee0000;
	text-decoration: none;
}

DIV.logo {
	text-align: center;
}

DIV.navbar {
	font-size: 0.8em;
	padding-bottom: 2em;
}

DIV.albumTitle {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.6em;
	padding-left: 1em;
}

DIV.menu {
	text-align: right;
	/* padding-left: 1em; */
}

DIV.info {
	width: 500;
	padding: 2em 3em 0 3em;
	text-align: justify;
}

DIV.lyrics {
	width: 500;
	padding: 2em 3em 0 3em;
	white-space: pre;
}

DIV.song {
	width: 400;
	padding: 0em 2em 0em 2em;
	white-space: pre;
}

DIV.order {
	width: 500;
	padding: 2em 3em 0 3em;
	text-align: justify;
}

DIV.footer {
	padding-top: 1em;
	font-size: 0.8em;
	text-align: center;
}

P.title {
	font-size: 1.4em;
	text-decoration: underline;
}

P.songTitle {
	background-color: #dedede;
	font-size: 1.3em;
	/* text-decoration: underline; */
}
