/* CSS Document */

a:link
{
  color: red;
}

a:visited
{
  color: red;
}

body
{
  margin-left: 50px;
  margin-right: 50px;
}
