/* Style sheet for Peter Stern web site */

/* General */
body {font-size: 12pt;
         font-family: "Arial";
         color: yellow;
         background-color: black;
         line-height: 16pt;
         margin-left: 10pt;
         margin-right: 10pt;}

/* Headings */

h1 {font: 30pt Arial;
      font-weight: bold;
      line-height: 30pt;}

h2 {font: 15pt Arial;
      font-weight: bold;
      color: orange;
      line-height: 22pt;}

/* Links */

a:link {color: yellow;}
a:visited {color: orange;}