﻿body 
{
    background-color:#6595B3;
    margin-top:1px;
    
    
}

    .header 
    {
    background-color:#ffffff;
    font-family: Georgia;
    font-size: 8pt;
  }


.topnav 
     {
    background-color:#ffffff;
    font-family:Georgia;
    font-size: 11pt;
    font-weight:normal;
    color:black;
    font-weight:600;
    text-decoration:none;
     }


.topnav a:link {
	color: black;
	text-decoration: none;
	
}
.topnav a:visited {
	color: blue;
	text-decoration: none;
	
}
.topnav a:hover {
	color: black;
	text-decoration: none;
	
}
.topnav a:active {
	color: black;
	text-decoration: none;
      
  }
    .leftnav{
    font-family: Georgia;
    font-size: 11px;
    color:#007FC4;
    color:black
    }

 .content {
    background-color:#6595B3;   
    font-family:Comic Sans MS;
    font-size: 9pt;
    color:#404040;
    }

    .bottomnav 
    {
    background-color:#ffffff;
    font-family:Georgia;
    font-size: 10pt;
    font-weight:500;
    color:White;
    
    }

.bottomnav  a:link {
	color: black;
	text-decoration: none;
	
}
.bottomnav  a:visited {
	color: black;
	text-decoration: none;
	
}
.bottomnav  a:hover {
	color: black;
	text-decoration: none;
	
}
.bottomnav  a:active {
	color: black;
	text-decoration: none;
       
  }

 .artistbioname {
    background-color:#ffffff;   
    font-family:Comic Sans MS;
    font-size: 11pt;
    color:#404040;
    }

 .selectartist {
    background-color:#ffffff;   
    font-family:Comic Sans MS;
    font-size: 9pt;
    color:#404040;
    }


