1/* Cascading Style Sheet, Level 1, for NetHack - Falcon's Eye manual */
2
3/* To use this style sheet, add the following in your HTML file's <HEAD> section: */
4/* <LINK REL=STYLESHEET TYPE="text/css" HREF="nhmanual.css"> */
5
6BODY {
7    margin: 0;
8    font-family: arial, helvetica, sans-serif;
9    color: black;
10  }
11