html,body
{
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  background-color: #f0f0ff;
}
h3
{
  color: #0000e0;
  font-size: 1.5rem;
  line-height: 150%;
  text-decoration: underline;
  text-align: center;
}
h4
{
  margin: 35px 0 0 0;
  color: #e00000;
  font-size: 1.33rem;
  font-weight: bold;
}
li
{
  color: #0000e0;
  font-size: 1.17rem;
  line-height: 180%;
}
a
{
  text-decoration: none;
  color: #0000e0;
}
a:hover
{
  text-decoration: underline;
  color: #e000e0;
}
a:visited
{
  text-decoration: none;
  color: #0000e0;
}
#containerflex
{
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
#header
{
  height: auto;
  width: 100%;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #8080d0;
  margin: 0;
  background-color: #fefefe;
}
#header p
{
  font-size: 1.5rem;
  font-style: italic;
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 150%;
  color: #0000d0;
}
#contentflex
{
  flex: 1;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: #fefefe;
}
#menu
{
  height: 100%;
  width: auto;
  float: left;
  padding: 20px 20px 0 0;
  border: 0;
  margin: 0;
  background-color: #f0f0ff;
}
#menu ul
{
  padding: 0 0 0 20px;
}
#main
{
  height: 100%;
  width: auto;
  float: left;
  padding: 0 0 0 20px;
  border: 0;
  margin: 0;
  background-color: #fefefe;
}
.maintitle
{
  margin: 35px 0 0 0;
  color: #e00000;
  font-size: 1.33rem;
  font-weight: bold;
}
#footer
{
  height: 30px;
  width: auto;
  padding: 8px 10px 10px 10px;
  border: 0;
  margin: 0;
  color: #0000e0;
  background-color: #f8f8fa;
}
