.headertab {
    background-color: #999999;
    width: 100%;
}
a.hmenu:active,a.hmenu:visited,a.hmenu:link {
    font-family: arial,helvetica,sans-serif;
    font-size:10px;
    text-decoration: none; color: white;
    text-shadow: 1px 1px 7f7f7f;
    letter-spacing: 3px;
}
a.hmenu:hover {
    font-family: arial,helvetica,sans-serif;
    font-size:10px;
    text-decoration: none;
    color: blue;
    text-shadow: 1px 1px #0f0f0f;
    letter-spacing: 2Px;
}
.active {
    text-shadow: 2px 2px #0f0f0f;
    font-weight: bold;
}
.headmenu {
    width: 100%;
    line-height: 12px;
}
body {
    background-color: #A1A1A1;
    color: white;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.sidebar {

}
li {
    padding: 4px;
    list-style-image: url("../img/image_list_pointer.png");
    min-height: 20px;
    line-height: 20px;
    text-align: justify;
}
p {
    text-align: justify;
}
.footer {
  background-color: black;
  color: #6c757d;
  font-size: small;
  padding: 10px;
  bottom: 0;
}
body {
  margin-bottom: 100px;
}
.title {
    font-family: arial,helvetica,sans-serif;
    font-size: 30px;
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px #0f0f0f;
}
/* unvisited link */
a:link {
  color: white;
  text-decoration: underline;
}

/* mouse over link */
a:hover {
  color: blue;
  text-decoration: underline; 
}
/* visited link */
a:visited {
  color: white;
  text-decoration: underline;
}


/* selected link */
a:active {
  color: white;
  text-decoration: underline;
}