/* CSS for Korg 01/W pages
Copyrigiht (c) by Ken Westover
rev: 12  15Apr12ug02
15Aug15p1246: add class p.toc_letter
16Feb16p0628: add class .note {
*/

/* "Times New Roman", Times, FreeSerif, serif; */


abbr    {speak:spell-out;}
/* "acronym" has been deprecated but apparently still supported*/
acronym {speak:normal;}

body {
  font-family: Arial, "Sans-Serif";
}

h1, h2, h3 {text-align: center;}

cite {font-style: italic;}

p.toc_letter {
  text-align: center;
  font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#author {
}

#page_rev_date {
  font-size: 8pt
}

#html_rev_code {
  font-size: 7pt;
  text-align: right;
}

#book_plug {
  background-color: gainsboro;
  font-size: smaller;
  text-align: center;
}
#copyright_notice {
  text-align:center;
  font-size: 8pt;
}

table.top_links {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: gainsboro;
  border: 1px solid black;
  border-collapse: collapse;
  cellspacing= "1px";
  cellpadding= "1px";
  font-size: 9pt;
  font-family: Arial;
}

table.top_links tr {
  border: 1px solid black;
  padding: 0.2em;
}

table.top_links td {
  border-right: 1px solid black;
  padding: 0.2em;
}

table.bot_links {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: gainsboro;
  border: 1px solid black;
  border-collapse: collapse;
  cellspacing= "1px";
  cellpadding= "1px";
  font-family: Arial;
  font-size: smaller;
}
table.bot_links tr {
  border: 1px solid black;
  padding: 0.2em;
}

table.bot_links td {
  border-right: 1px solid black;
  padding: 0.2em;
}

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

table.topics {
  margin-left: auto;
  margin-right: auto;
  background: lemonchiffon;
  border: 1px solid black;
  border-collapse: collapse;
}

table.topics th {
  border: 1px solid black;
  padding: 0.2em;
  background: #ffccff;
}

table.topics tr {
  border: 1px solid black;
  padding: 0.2em;
  background: #lemonchiffon;
}

table.topics td {
  border-right: 1px solid black;
  padding: 0.2em;
}

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

table.generic {
  margin-left: auto;
  margin-right: auto;
  background: lemonchiffon;
  border: 1px solid black;
  border-collapse: collapse;
  caption-side: bottom;
}

table.generic th {
  border: 1px solid black;
  padding: 0.2em;
  vertical-align: bottom;
  background: #ffccff;
}

table.generic tr {
  border: 1px solid black;
  padding: 0.2em;
}

table.generic td {
  border-right: 1px solid black;
  padding: 0.2em;
}

table.generic td.c {
  text-align: center;
}

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

p.link_to_top {
  font-size: 8pt;
  text-align: right;
  margin-bottom: 0px;
}

.c {
  text-align: center;
} 

.link_to_top a {
  font-size: 8pt;
}

.note {
  font-size: 80%;
}

img.photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black;
}