﻿BODY
{
  background-color: #211661;
}
.QHeader
{
  display: block;
  width: 100%;
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
  text-decoration: none;
  color: #FAF60E;
  background-color: #211661;
}
.QHeader:hover
{
  color: #211661;
  background-color: #FAF60E;
}
.QFooter
{
  width: 100%;
  text-align: center;
  color: #FAF60E;
  background-color: #211661;
}
.QMenu
{
  width: 100%;
  text-align: center;
  background-color: #8BF7E8;
}
.QMenuLink
{
  text-decoration: none;
  background-color: #8BF7E8;
  color: #2E1957;
}
.QMenuLink:hover
{
  background-color: #2E1957;
  color: #8BF7E8;
}
.QActiveMenuLink
{
  text-decoration: none;
  background-color: #EED8CD;
  color: #31032A;
}
.QActiveMenuLink:hover
{
  background-color: #31032A;
  color: #EED8CD;
}
.QDescription
{
  background-color: #FFFFFF;
  color: #000000;
}
.QDownload
{
  font-size: large;
  font-weight: bold;
  text-decoration: none;
  margin: 10px;
  padding: 10px;
  color: #A6FB37;
  background-color: #6B0815;
}
.QDownload:hover
{
  color: #6B0815;
  background-color: #A6FB37;
}
.QScreenshot
{
  width: 100%;
}
.QHelpCont A
{
  text-decoration: none;
  color: #6F1509;
  background-color: #B4F8D6;
}
.QHelpCont A:hover
{
  color: #B4F8D6;
  background-color: #6F1509;
}
.QHelpCont H3
{
  text-align: center;
}
.QHelp LI, .QPath
{
  line-height: 2;
}
.QImagePar
{
  text-align: center;
  overflow: auto;
}
.QDescription P
{
  margin: 5px;
}
@media (min-width: 768px)
{
  .QDescription
  {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .QDescription P
  {
    margin: 10px;
  }
}