body		{ background : #CCCC98;
		font-family : "Times New Roman";
		width: 800px; }
a		{ color: #A52A2A;		/* Brown */
		text-decoration: none;
		font-weight: bold }
a:visited	{ background: transparent;
		color: purple }
a:active	{ background: yellow;
		color: red }
a:hover		{ color: green;
		background: yellow;
		text-decoration: underline }
blockquote	{ font-style: italic;
		width: 80%;
		line-height:100%;
		align: center;	
  		border-left:1px dotted #666;			
  		border-right:1px dotted #666;
  		border-bottom:1px dotted #666;
		background-color: cornsilk;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		 }
li		{ font-size: 12pt;
		font-weight: bold }
li.notes	{ font-size: 10pt;
		font-weight: normal }
p.index		{ text-align: center;
		font-size: 8pt }
		/* Gives Credit On Telephone Entertainment Main Page */
.credits	{ color: darkgreen;
		font-size: 14pt;
		font-family: "comic Sans MS", "Comic Sans", Arial, Sans-serif;
		font-weight: bold }
		/* Index Jumps at the top of the page */
.name		{ -moz-border-radius: 1em;
		background: #008080;		/* Teal */
		font-size: 35pt;
		color: #C0C0C0;		/* Silver */
		font-family: "Times New Roman";
		font-weight: bold }
		/* Name of Entertainment Line */
.runby		{ background: Yellow;
		color: Blue;
		font-size: 18pt;
		font-style: italic;
		font-family: "Times New Roman";
		font-weight: bold }
		/* Name of Line Runner */
.location	{ background: #FFD700;		/* Gold */
		color: Red;
		font-size: 18pt;
		font-style: italic;
		font-family: "Times New Roman";
		font-weight: bold }
p.tape		{ font-family: times new roman,times,serif;
		color: black;
		font-size: 30pt;
		font-weight: bold;
		text-align: center; }
		/** Normal Text **/
p.contents	{ font-size: 12pt;
		font-family: times new roman,times,serif;
		font-weight: normal;
		color: black;
		text-align: left; }
		/** Date & Recording Links **/
p.date		{ font-size: 16pt;
		font-weight: bold;
		font-family: times new roman,times,serif;
		color: black;
		margin-bottom: 15px;
		text-align: center; }
		/** Title Of The Recording **/
p.title		{ font-size: 24px;
		color: #111111;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
		font-family: times new roman,times,serif;
		text-align: center; }
		/** For Future Use **/
.recording	{ border-style: double;
		border-width: 2px;
		border-color: blue;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 420px;
		background-color : #80ffff;  }
.jhtbar		{ background:#FFF;
		border-style: dotted;
		margin:3px; padding:4px 5px;
		line-height:1.2em;
		color:#000; }
