body
{
	font-family: courier, "courier new", serif;
	font-size: 12px;
	margin: 0;
	background: #000;
}



/* index styles */

.arrow
{
	cursor: default;
}

#headscroll
{
	width: 164px;
	height: 67px;
	overflow: auto;
}

.headtitle
{
	font-size: 14px;
	color: black;
	text-decoration: underline;
	margin: 0 0 0 0;
}

.headtext
{
	color: black;
	margin: 0 0 0 0;
	padding-top: 3px;
}

.headtext a
{
	text-decoration: none;
	color: black;
}

.headtext a:hover
{
	color: red;
	text-decoration: underline;
}



/* news styles */


.archivehead
{
	font-size: 14px;
	color: black;
	text-decoration: none;
	margin: 0 0 0 0;
}

.archive
{
	color: black;
	margin: 0px 15px 5px 5px;
}

.archive a
{
	text-decoration: none;
	color: black;
}

.archive a:hover
{
	color: red;
	text-decoration: underline;
}

#archscroll
{
	margin-top: 5px;
	width: 140px;
	height: 73px;
	overflow: auto;
}

.newshead
{
	font-size: 14px;
	color: black;
	text-decoration: none;
	margin: 6px 0 0 5px;
}

.news
{
	color: black;
	margin: 5px 15px 5px 5px;
}

.news a
{
	text-decoration: none;
	color: black;
}

.news a:hover
{
	color: black;
	text-decoration: underline;
}

.newshead a
{
	text-decoration: none;
	color: black;
}

.newshead a:hover
{
	color: red;
	text-decoration: underline;
}

#newsscroll
{
	margin-top: 5px;
	width: 335px;
	height: 185px;
	overflow: auto;
}

.tagline
{
	text-align: right;
	font-size: 11px;
	padding-right: 5px;
}

	
/* discography styles */

.header td
{
	vertical-align: bottom;
}

.header p
{
	font-weight: bold;
	text-align: center;
}

.discog
{
	margin-top: 5px;
	width: 525px;
	height: 280px;
	overflow: auto;
}

.discog tr
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}

.discog td
{
	margin: 0;
	vertical-align: top;
	padding: 3px 3px 3px 4px;
	border-bottom: 1px solid #000;
	border-right: 1px dashed #000;
}

.discog p
{
	margin: 0;
	padding: 0;
}

.discog a
{
	text-decoration: none;
	color: red;
}

.discog a:hover
{
	color: red;
	text-decoration: underline;
}

.credits
{
	padding: 7px 0 7px 0;
}

.credits p
{
	margin: 0;
	padding: 0px 3px 3px 4px;
	border: 0;
}

.credits ul
{
	margin: 0 1em 0 1em;
	padding: 0 1em 0 1em;
	list-style-type: disc;
}


/* links styles */

.links
{
	color: white;
	font-size: 14px;
}

.links ul
{
	margin: 0;
	padding: 0 0 13px 5px;
	list-style-type: none;
}

.links .category
{
	text-decoration: underline;
}

.links a
{
	color: white;
	text-decoration: none;
}

.links a:hover
{
	color: red;
	text-decoration: underline;
}