  h1,
  h2,
  h3,
  p,
  a,
  table,
  th,
  td,
  ul,
  li,
  small {
      margin: 0;
      padding: 0;
      color: #333333;
  }

.footer-container {
    //position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    text-align: center;
}

.footer-container * {
    color: #024379;
}

.time-bar {
    text-align: center;
}

.time-txt {
    background-color: #4fa2a9;
    color: white;
}

.logoutBar {
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    height: 50px;
    text-align: right;
    font-family: Microsoft JhengHei;
    background-color: #222222;
    z-index: 10000;
}

.logoutBar > * > * {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    float: right;
    color: #9D9D9D;
}

.logoutBar a {
    text-decoration:none;
}

.logoutBar a:hover {
    color: white;
}
