
body
{
color: white;
background-image: url(../img/neuron5.jpg);
background-repeat: repeat;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 12px;

}

td
{
font-size: 12px
}

a
{
text-decoration: none
}

a:visited
{
color: goldenrod;
}

a:link
{
color:  cyan;
}

a:hover
{ 
background-color: mediumblue;
}

table.groups
{
color: black;
background-color: white;
}

tr:target {

color: blue;
}

div#Layer1 a:link
{color:royalblue ;}
	
div#Layer1 {color: black; }
div#Layer1 a:hover{
background-color: white;
}


div#Layer1 a:visited {
text-decoration: none;
color:royalblue;
}



