
a:link {
  color:            #333;
  text-decoration:  underline;
}

a:visited {
  color:            #555;
  text-decoration:  underline;
}

a:focus {
  color:            #241F61;
  text-decoration:  underline;
}

a:hover {
  color:            #241F61;
  text-decoration:  underline;
}

.hell a:active {
  color:            #241F61;
  text-decoration:  underline;
}

.hell a:link {
  color:            #eee;
  text-decoration:  underline;
}

.hell a:visited {
  color:            #eee;
  text-decoration:  underline;
}

.hell a:focus {
  color:            #fff;
  text-decoration:  underline;
}

.hell a:hover {
  color:            #fff;
  text-decoration:  underline;
}

.hell a:active {
  color:            #eee;
  text-decoration:  underline;
}






#M01 a:link {
  color:            #777;
  text-decoration:  none;
}

#M01 a:visited {
  color:            #777;
  text-decoration:  none;
}

#M01 a:focus {
  color:            #000;
  text-decoration:  none;
}

#M01 a:hover {
  color:            #000;
  text-decoration:  none;
}

#M01 a:active {
  color:            #000;
  text-decoration:  none;
}

