/* style.css - A simple style sheet*/

body {font-size: 12pt;
      font-family: "Helvetica","Arial", sans-serif;
      color: black;
      background: url(disc.gif);
      background-attachment: fixed;}

/* indent paragraphs */

p {margin-left: 24 pt;
   margin-right: 24pt;}

/* Make headings Times New Roman bold with generous line spacing */

h1 {font: 24pt Cooper Black, Times New Roman;
    font-weight: bold;
    line-height: 30pt;}
h2 {font: 18pt Cooper Black, Times New Roman;
    font-weight: bold;
    line-height: 22pt;}

/* Place box for potential sponsors on the page */

div.box {border: solid;
         border-width: medium;
         width: 90%;}
div.color {background: aqua;
           padding: 0.5 em;
           border: solid;}