<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* define the basics, colour, background */

body, table, input, select
{
  font-size: 10pt;
  line-height: 110%;
}

body, table
{
  font-family: sans, sans-serif;
  font-style: normal;
  font-weight: normal;

  text-decoration: none;
}

body
{
  color: #000000;
  background: #ffffff;

  margin-top: 8;
  margin-bottom: 8;

  margin-left: 1em;
  margin-right: 1em;
}

p
{
  margin-top: 12pt;
  margin-bottom: 12pt;
}

p.center
{
  text-align: center;
}

ul li
{
  padding: 0.3em;
}

ol li
{
  padding: 0.3em;
}


/* define my own styles */

span.center
{
  text-align: center;
}

h1
{
  text-align: center;
  font-size: 150%;
  line-height: 110%;
  font-weight: bold;
  text-decoration: underline;
}

h2
{
  text-align: left;
  font-size: 125%;
  line-height: 110%;
  font-weight: bold;
  text-decoration: none;
}

h3
{
  text-align: left;
  font-size: 100%;
  line-height: 110%;
  font-weight: bold;
  text-decoration: underline;
}

p.ezl-narrow
{
  margin-left: 4em;
  margin-right: 4em;
}


/* ------------------------------------------------------------------ */

/* ---------------------- */
/* ---- user defines ---- */
/* ---------------------- */


/* ------------------------------------------------------------------ */


/* ---- the main page ---- */

table.ezl_page
{
  width: 100%;
  text-align: left;
  vertical-align: top;

  margin-top: 3pt;
  margin-bottom: 3pt;

  border-collapse: collapse;

  border: 0pt solid #000000;
  border-spacing: 1.5pt;
}

table.ezl_page td
{
  padding: 0pt 0pt 0pt 0pt;
  border: 0pt solid #000000;
}

/* ------------------------------------------------------------------ */

/* -- menu style 1 -- */

input.ezl_menu
{
  font-size: 110%;

  width: 90pt;
  margin-bottom: 3pt;
  margin-right: 20pt;
}

input.ezl_menu:hover
{
  background-color: silver;
}


/* ------------------------------------------------------------------ */

/* -- menu style 2 -- */

/* ---- top of page bars ---- */

table.menu_bar_1
{
  width: 100%;
  text-align: left;

  font-size: 124%;
  line-height: 100%;

  margin-top: 0.25em;
  margin-bottom: 0.25em;

  border-collapse: collapse;

  border-top: 0.15em solid black;
  border-bottom: 0.15em solid black;

  border-left: 0em solid black;
  border-right: 0em solid black;

  background-color: gold;
}

table.menu_bar_1 td
{
  white-space: nowrap;
  padding: 0.15em 1.0em;
  border: 0em solid black;
}

a.menu_bar_1
{
  font-style: normal;
  font-weight: normal;

  text-decoration: none;

  color: #000000;
}

a.menu_bar_1:hover
{
  color: white;
}

/* ---- */

table.menu_bar_2
{
  width: 100%;
  text-align: left;

  font-size: 124%;
  line-height: 100%;

  margin-top: 0em;
  margin-bottom: 0.25em;

  border-collapse: collapse;

  border-top: 0.15em solid gray;
  border-bottom: 0.15em solid gray;

  border-left: 0em solid gray;
  border-right: 0em solid gray;

  background-color: gainsboro;
}

table.menu_bar_2 td
{
  white-space: nowrap;
  padding: 0.15em 1.0em;
  border: 0em solid gray;
}

a.menu_bar_2
{
  font-style: normal;
  font-weight: normal;

  text-decoration: none;

  color: #000000;
}

a.menu_bar_2:hover
{
  color: white;
}


/* ------------------------------------------------------------------ */

table.members_table
{
  zwidth: 90%;
  text-align: left;

  zmargin-top: 0em;
  zmargin-bottom: 0.25em;

  border-collapse: collapse;
  border-spacing: 0em;
  zborder-collapse: separate;
  zborder-spacing: 0.15em;

  border: 0.2em outset #000000;
}

table.members_table th
{
  text-align: center;

  zbackground: ;

  padding: 0.3em 1.5em;
  border: 0.15em solid #000000;
}

table.members_table td
{
  padding: 0.3em 1.5em;
  border: 0.15em solid #000000;
}


/* ------------------------------------------------------------------ */

table.create_input_table
{
  zwidth: 75%;
  text-align: left;

  margin-top: 0em;
  margin-bottom: 0.25em;

  border-collapse: separate;

  border: 0.15em solid silver;
  border-spacing: 0.15em;
}

table.create_input_table th
{
  ztext-align: center;

  zfont-size: 124%;
  line-height: 100%;
  font-weight: bold;

  background: silver;

  padding: 0.3em 1.0em;
  border: 0em solid #000000;
}

table.create_input_table td
{
  background: silver;

  padding: 0.3em 1.0em;
  border: 0em solid #000000;
}


/* ------------------------------------------------------------------ */

table.testimonial_table
{
  background: silver;

  zwidth: 90%;
  text-align: justify;

  zmargin-top: 0em;
  zmargin-bottom: 0.25em;

  border-collapse: collapse;
  border-spacing: 0em;
  zborder-collapse: separate;
  zborder-spacing: 0.15em;

  border: 0.2em solid #000000;
}

table.testimonial_table th
{
  text-align: left;
  font-size: 112%;
  line-height: 110%;
  font-weight: bold;

  zbackground: gainsboro;
  background: gold;

  padding: 0.3em 1.5em;
  border: 0.15em solid #000000;
}

table.testimonial_table td
{
  zbackground: gainsboro;
  background: #ffffc0;

  padding: 1.0em 1.5em;
  border: 0.15em solid #000000;
}


/* ------------------------------------------------------------------ */
</pre></body></html>