h1, .h1
{
   font-family: Arial;
   font-weight: normal;
   font-size: 48px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.darktheme h1, .darktheme .h1
{
   color: #FFFFFF;
   --color: #FFFFFF;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #777777;
   --color: #777777;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.darktheme h2, .darktheme .h2
{
   color: #F5F5F5;
   --color: #F5F5F5;
}
.body
{
   text-decoration: none;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
}
.darktheme .body
{
   background-color: #000000;
   --background-color: rgba(0,0,0,1.00);
}
.text
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #777777;
   --color: #777777;
   background-color: transparent;
}
.darktheme .text
{
   color: #FFFFFF;
   --color: #FFFFFF;
}
.section
{
   text-decoration: none;
   background-color: #F5F5F5;
   --background-color: rgba(245,245,245,1.00);
}
.darktheme .section
{
   background-color: #777777;
   --background-color: rgba(119,119,119,1.00);
}
.button
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #800080;
   --background-color: rgba(128,0,128,1.00);
   border: 0 solid #007BFF;
   --border-color: #007BFF;
   border-radius: 6px;
}
.button:hover, .button.active
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #0B5ED7;
   --background-color: rgba(11,94,215,1.00);
   border-radius: 6px;
}
.input
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
   color: #999999;
   --color: #999999;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   border: 1px solid #CCCCCC;
   --border-color: #CCCCCC;
   border-radius: 6px;
}
.darktheme .input
{
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #4F4F4F;
   --background-color: rgba(79,79,79,1.00);
   border: 1px solid #FFFFFF;
   --border-color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 999px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
}
