body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 8.5pt;
}

td, th { font-size: 8.5pt; color: #000; }


#mainContents {
	overflow: auto;
	height: 95%;
	font-size: 8.5pt;
	font-family: verdana;
	padding: 4px;
}

/* Journal specific */
#journalTitle { 
	font-size: 110%;
	border-bottom: 1px solid #f1ebd1;
	font-weight: bold;
}

#journalDate {
	font-size: 90%;
	color: silver;
	padding-left: 10px;
}

#journalDesc {
	padding-top: 5px;
}

/* News */
#newsTitle { 
	font-size: 110%;
	border-bottom: 1px solid #f1ebd1;
	font-weight: bold;
}

#newsDate {
	font-size: 90%;
	color: silver;
	padding-left: 10px;
}

#newsDesc {
	padding-top: 5px;
}

/* Shows page */

#showsTable {
	width: 98%;
	border: 1px solid gray;
}

#showsTable th { 
	background-color: silver;
}

#showsTable td {
	text-align: center;
}

/* MP3 page */
#mp3Table {
	width: 98%;
	border: 1px solid silver;
}

#mp3Table th {
	background-color: silver;
}

#mp3Table td {
	text-align: center;
}

/* Lyrics Page */

#lyricsTitle {
	font-size: 110%;
}

#imgDescription { color: gray; }
