@font-face {
    font-family: "director";
    src:
        url("../fonts/Director-Regular.woff2") format('woff2'),
        url("../fonts/Director-Regular.woff") format('woff');
}
BODY { font-family : director, monospace, sans-serif;  color: black; background-color: #DDDDDD;}
P { font-family : monospace, sans-serif; color: black; margin:0px; padding: 0px;}
A:visited { text-decoration : none; margin : 0px; padding : 0px;}
A:link    { text-decoration : none; margin : 0px; padding : 0px;}
A:hover   { text-decoration: underline; background-color : yellow; margin : 0px; padding : 0px;}
A:active  { margin : 0px; padding : 0px;}
.VERSION { font-size: small; font-family : arial, sans-serif; }
.NORM  { color: black;  }
.FIFO  { color: purple; }
.CHAR  { color: yellow; }
.DIR   { color: blue;   }
.BLOCK { color: yellow; }
.LINK  { color: aqua;   }
.SOCK  { color: fuchsia;}
.EXEC  { color: green;  }