/* screen.css */

body              {
                    font-family: Verdana, Helvetica, Arial, sans-serif;
                    font-size: small;
                    margin: 3em 8%;
                    background-color: blue;
                    color: black;
                  }
h1,h2,h3,h4,h5,h6 { font-family: Georgia, Times, serif; }
h1                { font-size: 200%; }
h2                { font-size: large; }
pre               { font-size: medium; }
tt                { font-size: medium; }
em                { text-transform: uppercase; }
table             {
                    font-size: small;
                    border-width: 1px;
                    border-style: solid;
                    border-collapse: collapse;
                  }
table th          {
                    border-width: 1px;
                    border-style: solid;
                    text-align: center;
                  }
table td          {
                    border-width: 1px;
                    border-style: solid;
                    text-align: center;
                  }
#header           {
                    border: 1px solid black;
                    background: white;
                    color: black;
                    text-align: center;
                  }
#tagline p        { font-style: italic; }
#body             {
                    border: 1px solid black;
                    padding: 1em;
                    background: white;
                    color: black;
                  }

#footer           {
                    border: 1px solid black;
                    text-align: center;
                    background: white;
                    color: black;
                  }
