body {background:#fff99d;
      color:black;
      font-weight:bold;
      font-family:arial,helvetica,sans-serif;
      }


div.leftside  {float:left;
               width:48%;
               text-align:center;
               }

div.rightside  {float:right;
                width:48%;
                text-align:center;
                }

div.centerdiv  {text-align:center;
                }

div.clearit {clear:both;
            }

em.red {color:red;
        background:transparent;
        }

h1 {color: red;
    background:transparent;
    font-size: 220%;
    font-style:italic;
    text-align:center;
    font-family:"Times New Roman",serif;
    }

h2 {color: blue;
    background:transparent;
    font-size: 175%;
    font-style:italic;
    text-align:center;
    font-family:"Times New Roman",serif;
    }

h3 {color: red;
    background:transparent;
    font-size: 150%;
    font-style:italic;
    text-align:center;
    font-family:"Times New Roman",serif;
    }

h4 {color: blue;
    background:transparent;
    font-size: 150%;
    font-style:italic;
    text-align:center;
    font-family:"Times New Roman",serif; 
    }

h5 {color: blue;
    background:transparent;
    font-size: 100%;
    font-style:italic;
    text-align:center;
    font-family:"Times New Roman",serif;
    }



hr.twenty {width: 20%}
hr.thirty {width: 30%}
hr.sixty {width: 60%}
hr {width: 25%}
hr.half {width: 50%}
hr.twothirds {width: 67%}

img {border-style: solid;
     border-width: 2px;
     border-color: black;
     margin-left:auto;
     margin-right:auto;
     }


p          {text-indent: 25px;
            margin-left:50px;
            margin-right:50px
            }
p#homepage {color: blue;
            background:transparent;
            font-size: 125%;
            text-align:center;
            }
p#email    {color: blue;
            background:transparent;
            font-size: 125%;
            text-align:center;
            }

table.tablecenter {margin-left: auto;
                   margin-right:auto;
                   background-color:#d7d7d7;
                   color:black;}

td {text-align: center}
td.red {text-align: center;
        color: red;
        background:transparent;}
td.titles  {color: blue;
            background:transparent;
            font-size: 150%;
            font-style:italic;
            text-align:center}
td.titles2 {color: blue;
            background:transparent;
            font-size: 100%;
            font-style:italic;
            text-align:center;}
td.pad5 {padding:0px 5px 0px 5px}

ul {margin-left: 70px;
    margin-right:70px}

.menudiv {position:absolute;
          top:70px;
          left:25px;
          background-color:#d7d7d7;
          color:black;
          border-style:solid;
          border-width:2px;
          border-color:brown;
          width:122px;
          }
.menuitem {font-size:12px;
           padding-left:10px;
           padding-right:10px;
           padding-bottom:2px;
           border-style:solid;
           border-width:1px;
           border-color:brown;
           width:100px;}
           
.menuitemcurrent {background-color:#fdedf2;
           color:black;
           font-size:12px;
           padding-left:10px;
           padding-right:10px;
           padding-bottom:2px;
           border-style:solid;
           border-width:1px;
           border-color:brown;
           width:100px;}

a.menua{text-decoration:none;
       }