/* Style switcher blue/grey low contrast */
body {
 background: #E6E6E6;
 color: #E6E6E6;
}
.buttonmenu li a{
border-color: #E6E6E6 #E6E6E6 #E6E6E6 #E6E6E6;
}
.ebuttonmenu li a {
border-color: #E6E6E6 #E6E6E6 #E6E6E6 #E6E6E6;
}
.buttonmenu li a:hover, .buttonmenu li a:active, .buttonmenu li a:focus {
color: #0000FF;
background-color: #F0F0F0;
}
.ebuttonmenu li a:hover, .ebuttonmenu li a:active, .ebuttonmenu li a:focus {
color: #0000FF;
background-color: #F0F0F0;
}

#content {
background-color: #E6E6E6;
color: #E6E6E6;	
}

.categoryArtistDisplay {
background-color: #F0F0F0;
color: #F0F0F0;
}

#aindex td {
  background-color: #E6E6E6;

}

table {
background-color: #E6E6E6;
color: #E6E6E6;
}
h2 {
   background-color: #E6E6E6;
}
h3 {
   background-color: #E6E6E6;
}
h4 {
   background-color: #E6E6E6;
}
span {
	background-color: #E6E6E6;
}

table.footerLinks {
    background-color: #E6E6E6;
}

table.footerLinks a {
    color: #000000;
	background-color: #E6E6E6;
}
table.footerLinks a:hover {
    color: #000000;
	background-color: #FFFFFF;
}