body  {
  text-align        : justify;
}

a:link  {
  color             : #0000ff;
  text-decoration   : none;
}

a:visited  {
  color             : #3366ff;
  text-decoration   : none;
}

a:active  {
  color             : #ff0000;
  text-decoration   : underline;
}

a:hover  {
  color             : #ff0000;
  text-decoration   : underline;
}
