@charset "utf-8";
/* CSS Document */

a
{
  color: #90a8bf;
}

a:link
{
  color: #90a8bf;
}

a:visited
{
  color: #90a8bf;
}

a:hover
{
  color: #6c8cab;
  text-decoration:underline;
}
