body {
   background: #000000;
   color: #550000;
   margin-top: 20px;
}

h1 {
   font-size: 18pt;
}

div.main {
}

div.words {
   width: 500px;
}

a {
   text-decoration: none;
   color: #770000;
}

a:hover {
   text-decoration: underline;
   font-weight: bold;
   color: #880000;
}
