html, body
{
  margin: 0px;
}

a:link
{
  color: #0000FF;
}
a:visited
{
  color: #0000FF;
}
a:active
{
  color: #FF0000;
}
a:hover
{
  color: #FF0000;
}

.link-inline
{
  color: #000099;
  font-weight: bolder;
  text-decoration: none;
}
.link-inline:visited
{
  color: #000033;
  font-weight: bolder;
  text-decoration: none;
}
.link-inline:active
{
  color: #FF0000;
  font-weight: bolder;
  text-decoration: underline;
}
.link-inline:hover
{
  color: #FF0000;
  font-weight: bolder;
  text-decoration: underline;
}
