body { font-family: Arial,Helvetica,sans-serif;
  background-color: rgb(0, 0, 0);
  color: rgb(120, 120, 120);
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; }

A:link { color: rgb(60, 60, 255) }
A:visited { color: rgb(150, 60, 150) }
A:link, A:visited { text-decoration: none }