@charset "utf-8";

A:link{
  color : #0000ff;
  text-decoration : none;
}
A:visited{
  color : #0099ff;
  text-decoration : none;
}
A:hover{
  text-decoration : underline;
}

#footer A:link{
  color : #0000ff;
  text-decoration : none;
}

#footer A:visited{
  color : #0099ff;
  text-decoration : none;
}
#footer A:hover{
  text-decoration : underline;
}

#listMenu A:link{
  color : #ffffff;
  text-decoration : none;
}

#listMenu A:visited{
  color : #ffffaa;
  text-decoration : none;
}
#listMenu A:hover{
  text-decoration : underline;
}
