body
{
  color: black;
  background: white;
  margin-left: 10%;
  margin-right: 10%;
}

:link
{
  color: rgb(0,102,102);
}

:visited
{
  color: rgb(0,153,153);
}

ul
{
  list-style-type: disc;
}

p
{
}

p.special
{
  color: green;
}

