h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   text-align: center;
   text-decoration: none;
   color: #654129;
   --color: #654129;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --color: #654129;
}
.darktheme h1, .darktheme .h1
{
   color: #DAA520;
   --color: #DAA520;
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.SectionHeader
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   text-align: center;
   text-decoration: none;
   color: #654129;
   --color: #654129;
   background-color: transparent;
}
.darktheme .SectionHeader
{
   color: #F4F3EC;
   --color: #F4F3EC;
   background-color: #5F4F1F;
   --background-color: rgba(95,79,31,1.00);
}
.SubSectionHeader
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-align: center;
   text-decoration: none;
   color: #A78317;
   --color: #A78317;
   background-color: transparent;
}
.darktheme .SubSectionHeader
{
   color: #F4F3EC;
   --color: #F4F3EC;
   background-color: #5F4F1F;
   --background-color: rgba(95,79,31,1.00);
}
.ParaHeader
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   text-align: center;
   text-decoration: none;
   color: #4985BA;
   --color: #4985BA;
   background-color: transparent;
}
.darktheme .ParaHeader
{
   color: #DEEBF6;
   --color: #DEEBF6;
   background-color: #5F4F1F;
   --background-color: rgba(95,79,31,1.00);
}
.Normal
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
.darktheme .Normal
{
   color: #F2F2F2;
   --color: #F2F2F2;
   background-color: #5F4F1F;
   --background-color: rgba(95,79,31,1.00);
}
.SmallText
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
}
.darktheme .SmallText
{
   color: #F2F2F2;
   --color: #F2F2F2;
   background-color: #5F4F1F;
   --background-color: rgba(95,79,31,1.00);
}
.Text_Menu
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-align: left;
   text-decoration: none;
   color: #43617C;
   --color: #43617C;
   background-color: transparent;
}
.darktheme .Text_Menu
{
   color: #E5EFF8;
   --color: #E5EFF8;
   background-color: #354D62;
   --background-color: rgba(53,77,98,1.00);
}
