                /** Default Text Font **/
body            { font-family: Comic Sans MS; #80ffff;
                  width: 800px;
                  color: rgb(0, 0, 0);
                  background-image: url(bluestripe.gif); }
                /** Color Of The Links **/
a		{ color: blue; 
                  text-decoration: none;}
                /** Color Of The Visited Links **/
a:visited	{ background: transparent;
                  color: purple; }
a:active	{ background: yellow;
                  color: red; }
                /** Cursor Hovering Over The Link **/
a:hover 	{ color: yellow;
                  text-decoration: underline }
                /** Name Of The Phone Line **/
.name		{ background: Teal;
                  font-size: 35pt;
                  color: Silver; 
		  font-family: Times New Roman;
                  font-weight: bold; }
                /** The Line Is Run By **/
.runby		{ background: Yellow;
                  color: Blue;
                  font-size: 18pt;
                  font-style: italic;
		  font-family: Times New Roman;
                  font-weight: bold; }
                /** Location Of The Line **/
.location	{ background: Gold;
                  color: Red;
                  font-size: 18pt;
                  font-style: italic;
                  font-family: Times New Roman;
                  font-weight: bold; }
                /** Tape Number **/
.tape          { font-family: times new roman,times,serif; 
		  text-align: center;
                  margin-top: 2px;
                  margin-bottom: 10px;
                  color: black;
                  font-size: 30pt;
                  font-weight: bold;
                  text-shadow: black 0px 0px 5px }
                /** Title Of Recording **/
.title         { font-size: 24px;
                  color: blue;
                  margin-top: 10px;
                  margin-bottom: 10px;
                  font-weight: bold;
                  font-family: Comic Sans MS;
                  text-align: center; }
                /** Description & Notes, Normal Text **/
.contents      {  text-align: left;
                  font-weight: normal;
		  font-size: 12pt;
                  font-family: times new roman,times,serif;
                  color: black; }
                /** Date & Recording Links **/
.date          {  font-size: 16pt;
                  font-weight: bold;
                  font-family: times new roman,times,serif;
                  margin-bottom: 15px;
                  color: black;
                  text-align: center; }
                /** Substitute For TABLES **/
.recording      { border-style: double;
                  border-width: 2px;
                  border-color: brown;
                  padding-left: 10px;
		  padding-right: 10px;
		  margin-left: auto;
                  margin-right: auto;
		  width: 420px;
                  background-color : #E0FFFF;  }
.t	        { color: #000066;
		  border: 5px solid #660000;
		  border-style: double;
		  width: 300px;
		  padding: 5px;
		  background-color: #ffffdd;
		  margin-left: auto;
                  margin-right: auto; }
