/*
font-family: family-name|generic-family|initial|inherit;
font-family: Lucida Sans, Helvetica, sans-serif;

font-size:medium|xx-small|x-small|small|large|x-large|xx-large|smaller|larger|length|initial|inherit;
font-size: 15px;
font-size: 150%;

font-style: normal|italic|oblique|initial|inherit;

font-weight: normal|bold|bolder|lighter|number|initial|inherit;

color: Lucida SansSlateGrey;
color: #00ff00;
color: rgb(0,0,255);

text-decoration: line-through|underline overline|wavy|dotted 5px;

background-color: #92a8d1;
background-color: rgb(201, 76, 76);

margin-left: 1em;10px;10%;0;

*/
body {
      font-family: Lucida Sans;
      font-size: 100%;
      font-style: normal;
      font-weight: normal;
      color: SlateGrey;
      text-decoration: none;
      background-color: MintCream;
      /*
      width: 412px;
      margin-left: 0;
      margin-right: 0;
      */
}
footer {

        margin-top: 100px;
        margin-bottom: 50px;
        text-align: center;
}
h1   {
      font-size: 200%;
      font-style: normal;
      font-weight: bold;
      color: MintCream;
      text-decoration: none;
      background-color: MediumTurquoise;

      height: none;
      /*
      margin-left: auto;
      margin-right: auto;
      width: 412px;
      */
      border-color: inherit;
      border-style: inherit;
      border-top: inherit;
      border-bottom: inherit;
      border-left: inherit;
      border-right: inherit;
}
h2   {
      font-size: 150%;
      font-style: normal;
      font-weight: bold;
      color: MintCream;
      text-decoration: none;
      background-color: MediumTurquoise;

      height: none;
      /*
      margin-left: auto;
      margin-right: auto;
      width: 412px;
      */
}
h3   {
      font-size: 140%;
      font-style: normal;
      font-weight: bold;
      color: MintCream;
      text-decoration: none;
      background-color: MediumTurquoise;
      /*
      margin-left: auto;
      margin-right: auto;

      height: none;
      width: 412px;
      */
}
h4   {
      font-size: 130%;
      font-style: normal;
      font-weight: bold;
      color: MintCream;
      text-decoration: none;
      background-color: MediumTurquoise;
      /*
      margin-left: auto;
      margin-right: auto;

      height: none;
      width: 412px;
      */

}
p    {
      font-size: inherit;
      font-style: normal;
      font-weight: inherit;
      color: inherit;
      text-decoration: inherit;
      background-color: inherit;
      /*
      margin-left: auto;
      margin-right: auto;

      height: none;
      width: 412px;
      */
}
a:link    {
      font-size: 100%;
      font-style: normal;
      font-weight: normal;
      color: Teal;
      text-decoration: normal;
      background-color: normal;
}
a:visited    {
      font-size: 100%;
      font-style: normal;
      font-weight: normal;
      color: Teal;
      text-decoration: normal;
      background-color: normal;
}
a:hover    {
      font-size: 100%;
      font-style: inherit;
      font-weight: inherit;
      color: MintCream;
      text-decoration: inherit;
      background-color: MediumTurquoise;
}
a:active    {
      font-size: 100%;
      font-style: normal;
      font-weight: normal;
      color: Teal;
      text-decoration: none;
      background-color: normal;
}
.mobile {
      /*
      width: 512px;
      margin-left: 1em;
      margin-right: 1em;
      */
}
th, td {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
table {
  border-spacing: 0px;
}
