body, table, TR, TD {	background-color: #006400;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-weight: bold;	color: Yellow;	font-size: medium;}.bottom {   font-size: small;   font-weight: normal;}.songlist {	font-size: medium;	font-weight: normal;}.orange {	color: Orange;}.lime {	color: Lime;}.yellow {	color : Yellow;}.white {	color: white;}.normal {	font-size: medium;}B, STRONG {	 font-weight: bold; }I, EM {	 font-style: italic; } /* This describes settings for text-based links *//* Basic links need background left alone for menu and text links */A:link {	color: Lime;	text-decoration: underline;	font-weight: bold; }A:visited {	color: red;	text-decoration: underline;	font-weight: bold; }A:hover {	color: brown;    font-weight: bold;	text-decoration: none;	background-color : Yellow }A:active { 	color: red;     font-weight: bold;	text-decoration: underline; }
