body	{
	background-color: black;
	background-image: url(blues.jpg);
	background-repeat: repeat-y;
	margin-left: 140px;
	color: #fc9;
	}
h2	{	
	/* for song titles */
	color: #060;
	font-family: georgia, "times new roman", serif;
	}
h5	{
	/* for Nash the Slash note */
	color: #060;
	font-family: verdana, arial, sans-serif;
	}
PRE 	{ 
	color: #fc9;
	font-size: 12pt;
	font-family: verdana, arial, sans-serif;
	}
p	{
	line-height: 1.3;
	font-family: georgia, "times new roman", serif;
	}
.justify	{
	color: #fc9;
	padding-right: 20%;
	text-align: justify;
	font-family: verdana, arial, sans-serif;
	}
.copyright	{
	color: #ccc;
	font-size: smaller;
	font-family: georgia, "times new roman", serif;
	}

/*		REMming this out for now
.mp3	{
	color: red;
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	}
		end of comment
*/

UL 	{
	list-style-image: url(http://www.romanization.com/thomasanderson/star_bullet.jpg);
	}
LI 	{
	list-style-image: url(http://www.romanization.com/thomasanderson/star_bullet.jpg);
	}

		/*       */
		/* LINKS */
		/*       */

a:link	{
	text-decoration: underline;
	color: #69c;
	font-family: verdana, arial, sans-serif;
	}
a:visited	{
	color: #69c;
	text-decoration: underline;
	font-family: verdana, arial, sans-serif;
	}
a:hover	{
	color: #fc6;
	}


		/*        */
		/* TITLES */
		/*        */

