/* webpresentation.css:  Style Sheet for Web Presentations */

body { background-color: #ffffff;
       margin-top: 5px; margin-bottom: 0px;
       margin-left: 20px; margin-right: 20px;
       font-weight: bold;
       font-size: 20px; }

h1 { text-align: center;
     font-size: 32px;
     font-family: helvetica, sans-serif; }

h2 { text-decoration: underline;
     font-size: 26px;
     font-family: helvetica, sans-serif; }

hr {  border-top-width: 2px;
      border-style: solid;
      color: blue; 
      padding-top: 0px; padding-bottom: 0px;
      padding-left: 0px; padding-right: 0px; }

ul { font-size: 20px; }

td { font-size: 20px; }

