td { padding: "2";
     text-align: "left";
     vertical-align: "top"; }

.bor { border-style: "solid";
       border-width: "2px"; }

.bor a { font-weight: "bold"; }

.title { border:"solid 2px #BBBBBB";
         text-align: "center";
         width: "20%";
         height: "5px";
         background-color: "#AAAAAA";
         font-weight: "bold";
         cursor: "hand";
         padding: "0"; }

.middle { width: "80%"; padding: "0";}
.right { width: "20%"; padding: "0";}

a { color: "#0000FF";
    text-decoration: "none"; }
a:hover { text-decoration: "underline"; }

#nav { font-weight: "bold";
       font-size: "11pt";
       padding: "5px 10px 5px 10px";
       background-color: "#FF0000";
       border-style: "solid";
       border-width: "2px";
       width: "28%"; }

td#nav a { color: "#FFFF00";
           text-decoration: "none"; }

td#nav a:hover { text-decoration: "underline"; }

p { text-indent: "2em"; }

#foot { width:'100%';
        color:'silver';
        font-size:'10';
        text-align:'center'; }