body {font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 100%;
      color: #333366;
      background-color: white
     }

h1    {font-size: 130%;
       font-weight: 500;
       font-variant: normal;
       color: #478F8F
      }

h3    {font-size: 110%;
       font-weight: 300;
       color: #478F8F
      }

table {table-layout: fixed;
       padding: 0;
       width: 90%;
       margin-left: 5%;
       margin-right: 5%;
       margin-bottom: 3%
       }

td    {font-size: 90%;
       padding-top: 1%;
       }

ul li {list-style-type: circle
      }

ul ul li {list-style-type: none
         }

li    {margin-bottom: 3pt
      }

a:link {font-size: 90%;
        color: #444477;
        font-weight: bold;
        text-decoration: none
        }
        
a:visited {font-size: 90%;
        color: #444477;
        font-weight: bold;
           text-decoration: none
          }

a:hover {font-size: 100%;
        color: #444477;
        font-weight: bold;
         text-decoration: none;
         background-color: #F7F7A0
        }

p.iamlText {font-size: 80%
           }

td.iamlText {font-size: 70%;
             font-weight: normal
            }