h1
{
  font-size: 28px;
  text-align: center;
}

h2
{
  font-size: 18px;
  text-align: left;
}

h3
{
  font-size: 16px;
  text-align: center;
}

a
{
  text-decoration: none;
  color: #80C0FF;
}

a:hover
{
  color: red;
}

body
{
  margin: 2px;
  scrollbar-base-color: #5E5B45;
  scrollbar-arrow-color: #FFFFFF;
  background: #6E6B55;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  text-align: justify;
}

.theme
{
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

.dimension
{
  
  font-family: Monotype Corsiva, Arial;
  font-size: 36px;
  font-style: italic;
  text-align: center;
  font-weight: bold;
}

.normaltext
{
  color: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  text-align: justify;
}
