
body { 
  background-color:#00cc66;
}

a:link {
   color: #000066;
   text-decoration: underline;
}

a:visited {
   color: black;
   text-decoration: underline;
}

a:hover {
   color: black;
   text-decoration: underline;
}

a:active {
   color: black;
   text-decoration: none;
}


div.navigator_bg {
  background-image: url(/pics/bg/standard/navigator.png);
}


#dark_bg {
   background-color:#2D362B;
}

#dark_bg_border {
   background-color:#1D1600;
}


#dark_bg_0 {
   background-color:#019444;
}


#dark_bg_0_border {
   background-color:#019400;
}

#text_subject_bg {
   font-style: italic;
   font-weight: bold;
   color:#330000;
}

#text_subject_dark_bg_0 {
   color:#000033;
   font-weight: bold;
   font-style: italic;
}


#text_species_subject_dark_bg_0 {
   color:#000011;
   font-weight: bold;
   font-style: italic;
}

#text_subject_dark_bg_0_a {
   color:#001155;
   font-weight: bold;
   font-style: italic;
}

#text_subject_error_dark_bg_0 {
   color:darkred;
   font-weight: bold;
   font-style: italic;
}

#text_dark_bg_0 {
   color:#000033;
}

#text_species_dark_bg_0 {
   color:#000011;
}


#text_dark_bg_0_a {
   color:#001155;
}


#text_error_dark_bg_0 {
   color:darkred;

}


#text_bg {
   color:#330000;
}

#text_error_bg {
   color:darkred;

}


#text_head_bg {
   color:#330000;
   font-size:larger;
}


#species_easy_color {
  background-color: #1E7517;
}

#species_medium_color {
  background-color: #555544;
}

#species_difficult_color {
  background-color: #812727;
}

#text_species_button_color {
   font-weight: normal;
   color:#000033;
}

