/* Green-Yellow Version 11.3 */

:root
{
   --font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
   --theme-body-bg-color: #FBEEB7;
   --theme-link-color: #367A36;
}

html
{
   font-size: 10px; /* Root em */
}

body
{
   font-family: var(--font-family);
   font-size: 1.4rem;
   line-height: 1.4;
   display: inline-block;
   background: var(--theme-body-bg-color);
   margin: 3rem;
}

h2
{
   font-weight: normal;
   font-size: 1.6rem;
   text-align: center;

   margin-top: 2rem;
   margin-bottom: 4rem;
}

/***********************************************************
* For comments
***********************************************************/
a:link,
a:visited
{
   color: var(--theme-link-color);
   text-decoration: none;
}

a:active,
a:hover
{
   text-decoration: underline;
}

table
{
   font-style: italic;
   margin-top: 2rem;
   margin-left: auto;
   margin-right: auto;
}

p
{
   font-style: italic;
   text-align: center;
   margin-top: 2rem;
}

