@charset "UTF-8";/*THIS DRIVES THE MENU FONT AND STYLE ETC*/#Menu {	font-family: "Times New Roman", Times, serif;	font-size: 24px;	font-variant: normal;	text-align: center;}/*THIS SECTION DRIVES HOW THE LINKS BEHAVE*/a:link {	color: #000000;	text-decoration: none;}a:link {	color: #000000;	text-decoration: none;}a:visited {	text-decoration: none;	color: #000000;}a:hover {	text-decoration: underline;	color: #666666;}a:active {	text-decoration: none;	color: #000000;}/*THIS DRIVES THE BACKGROUND OF THE ENTIRE SITE*/body {	background-image: url(../images/background2.jpg);	background-repeat: repeat;}/*THIS DRIVES THE NICE BOADERS ON THE SITE*/table {	background-color: #FFFFFF;	border-top-width: 5px;	border-right-width: 5px;	border-bottom-width: 5px;	border-left-width: 5px;	border-top-style: ridge;	border-right-style: ridge;	border-bottom-style: ridge;	border-left-style: ridge;	border-top-color: #B43725;	border-right-color: #F3561E;	border-bottom-color: #ED5721;	border-left-color: #B43725;}/*THIS DRIVES HOW THE LYRICS INCLUDE BEHAVES*/#Lyrics {	text-align: center;	padding: 5px;}