body {
  color: #FFFFFF;
  background-color: #000000;
  margin: 1em;
  padding: 0em;
  padding-bottom: 2px;
}

.toolbar {
  color: #FFFFFF;
  background-color: transparent;
  font-family: 'century gothic', cochin, sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-indent: 8px;
}

.footer {
  color: #CCCCCC;
  background-color: #DDDDDD;
  font-family: arial, sans-serif;
  font-size: 9px;
  text-indent: 10px;
}

.mainbody {
  color: #FFFFFF;
  background-color: transparent;
  margin-left: 16px;
  height: 100%;
  overflow: auto;
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #cccccc;
  scrollbar-base-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #000000;
  scrollbar-highlight-color: #666666;
  scrollbar-shadow-color: #333333;
  scrollbar-track-color: #000000
}

.centertext {
  font-family: 'century gothic', cochin, sans-serif;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
}

.lefttext {
  font-family: 'century gothic', cochin, sans-serif;
  font-size: 15px;
  text-align: left;
  color: #FFFFFF;
}

.righttext {
  font-family: 'century gothic', cochin, sans-serif;
  font-size: 15px;
  text-align: right;
  color: #FFFFFF;
}

.quotetext {
  font-family: 'century gothic', cochin, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  font-style: italic;
}

li {
  font-family: 'century gothic', cochin, sans-serif;
  font-size: 15px;
  text-align: left;
  color: #FFFFFF;
}

a {
  text-decoration: underline;
  color: #FFFFFF;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a.toolbar {
  text-decoration: none;
}
a.toolbar:visited {
  text-decoration: none;
}
a.toolbar:hover {
  text-decoration: underline;
}

a.footer {
  text-decoration: none;
}
a.footer:visited {
  text-decoration: none;
}
a.footer:hover {
  text-decoration: underline;
}

div.content {
    text-align: center;
    }
    
input.radio {
    margin: 10px 0px 0px 5px;
    }