body {
   color:#000000;
   background-color: #FFFFFF;
   font-size: medium;
   font-weight:normal;
   font-family:Palatino,serif;
   margin-right:5pt;
   margin-left:1em;
}

/* 
a {
   text-decoration:underline;
}
a:link {
   color: #0000ff; }

a:visited {
   color: #5555ff;
   }
a:active {
   color: #ff0000; }

a.c1 {
   color: #000000; font-family: Helvetica, sans-serif; font-size: small
}

*/

table.t1, table.t2 {
/*
   margin-left: -1em;
   margin-right: -1em;
*/
}
td {
}


h1,h2,h3,h4 {
}

h1 {
   font-size:20pt;
   font-weight:bold;
   /* CSS sucks and Krosoft and Netscrape even more 
   counter-reset:nh2;
   */
}

/*
h2:before {
   content: counter(nh2) ". ";
   counter-increment:nh2;
}
*/

h2 {
   font-size:16pt;
   font-weight:bold;
   
}

h3 {
   font-size:14pt;
   font-weight:bold;
}

h4 {
   font-size:14pt;
   font-weight:normal;
}

dt {
   font-weight:bold;
   font-size:medium;
}

dd {
}

address {
   font-size:small;
}

p {
   text-align:left;
}


pre {
   font-family:helvetica,arial,sans-serif;
   font-size:small;
   margin-left:0.5cm;
}

ul {
}

ol {
   list-style-position:inside;
}


