/* RS Records Style Sheet */
 
body
        {
                background-color: black;
                background-image: url('back_logo.jpg');
                background-repeat: repeat
        }
                
li
	{
		margin-left: 20px;
	}

.everything
        {   
                font-family:Verdana;
		font-size:10pt;
		text-align:center;
		font-weight:normal}

.content
        {   
                font-family:Verdana;
		font-size:10pt;
		text-align:left;
		font-weight:normal}

.tab	{	
                border-top:solid thin black;
                border-bottom:solid thin black;
		border-right:solid thin black;
		border-left:solid thin black;
		font-family:Verdana;
		font-size:10pt;
		text-align:center;
		font-weight:normal}

.selTab	
       {	border-left:solid thin black;
		border-top:solid thin black;
		border-bottom:solid thin black;
		border-right:solid thin black;
		font-family:Verdana;
		font-size:12pt;
		font-weight:bold;
		text-align:center;
		background:red}

.bandhead
	{
		font-family:Verdana;
		font-size:14pt;
		text-align:center;
		font-weight:bold;
		color:white;
		background:black}
		
.table
	{
		align:center;
		font-family:Verdana;
		font-size:14pt;
		text-align:center;
		font-weight:bold;
		color:black;
		background:white}