body {
  color: black;
  background: white;
  margin: 0em;
  padding: 10px;
/*  font-family:Verdana, sans-serif; */
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 84%;  /* Enables font size scaling in MSIE */
/*  font-size : 10pt; */
  font-weight: lighter;
  border: thin;
  border-width: thin;
  margin-top:3%;
  margin-left:20%;
  margin-right:20%;
}

div.title {
  font-family: Helvetica, Arial, sans-serif;
  color: white;
  background: #333399;
  margin: 0em;
  padding: 3px;
  font-family:Verdana, sans-serif;
  font-size : 8pt;
  font-weight: lighter;
  border: groove;
  border-width: thin;
  margin-top:4%;
  margin-left:12%;
  margin-right:4%;
}

A:link{
  color: blue;
  text-decoration: none;
}


A:visited{
 color: #555555;
 text-decoration: none;
}
h1 {
  text-align: center;
  font-size:  144%;
}

h1.left {
  text-align: left;
  font-size: 144%;
}

h2 {
  color: #FF33FF;
  font-size: 120%;
  font-weight: normal;
  background: #dfdfdf;
}

A:link.lightblue {
  background: #ffdddd;
  color: black;
}

A:visited.lightblue {
  background: #dfdfdf;
  color: black;
}


span.apiacoa {
  font-weight: bold;
  font-size: 120%;
  text-transform: uppercase;
}

.right {
  text-align: right;
}

.big {
  font-size: 120%
}


div#menu {
  position: absolute;
  top: 6%;
  left: 1em;
  color: white;
  background: white;
  width: 13%;
  border-color: white;
  border-width: 0px;
}


div#menu ul {
  margin: 0em;
  padding: 0em;
}

div#menu li {
  margin: 0em;
  list-style-type: none;
  background: white;
  color: white;
}

div#menu a {
  display: block;
  padding: 0.2em 0.2em 0.2em 0.2em;
  margin: 0em;
}



div#menu a:hover {
  background-color:#DDDDDD;
}


div#ppl {
  position: absolute;
  top: 50%;
  left: 1em;
  color: black;
  background: white;
  width: 13%;
  border-color: white;
  border-width: 0px;
  font-size: 10pt;
}


div#ppl ul {
  margin: 0em;
  padding: 0em;
}

div#ppl li {
  margin: 0em;
  list-style-type: none;
  background: white;
  color: white;
  font-size: 8pt;
}

div#ppl a {
  display: block;
  padding: 0.2em 0.2em 0.2em 0.2em;
  margin: 0em;
}



div#ppl a:hover {
  background-color:#DDDDDD;
}


body a:hover {
  background-color:#DDDDDD;
}

h2.css-invisible {
  display:none;
}
