/* CSS file */
<style>
body         { body color: black; background: white; }

h1           { font-size: 120%;
               font-family: Arial; }
               
h2           { font-size: 100%;
               font-family: Arial; }

h3           { font-size: 80%;
               font-family: Arial; }

h3.menu      { font-size: 80%;
               font-family: Arial;
               color: "#FFFFFF"; }
               
p            { font-size: 100%;
               font-family: Arial; }

p.menu       { font-size: 80%;
               font-family: Arial;
               font-weight: Bold;
               color: "#FFFFFF";
               text-decoration: none;  }
               
a            { font-size: 80%;
               font-family: Arial; }

li            { font-size: 100%;
               font-family: Arial; }

tr.biocircle { height: 100; }

tr.terramax  { height: 200; }

table.smaller_table { font-size: 80%; }

</style>
