html, body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.footer {
  margin-top: 0;
  margin-bottom: 30px;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

#text_logo { 
  font-family: 'Tangerine', cursive; 
  font-size: 64px; 
  margin-top: 20px; 
  margin-bottom: 5px;
  text-align: center;
} 

img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

#navbar {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
  font-size: 12px; 
  margin-top: 0;
  margin-bottom: 15px;
  word-spacing: 23px;
  text-align: center;
}

#navbar a {
text-decoration:none; 
color: #8c8b8b;
font-size:120%;
}

#navbar a:hover {
color:black;
}

#navbar .menu_selected {
text-decoration:none; 
color:black;
}

hr.gradient {
  border: 0; 
  height: 2px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  margin-bottom: 15px;
}

.copyright_white {
  position:absolute;
  bottom:10px;
  left:10px;
  z-index:100;
  color:white;
}

.copyright_black {
  position:absolute;
  bottom:10px;
  left:10px;
  z-index:100;
  color:black;
}

.wrapper {
  width: 580px;
  margin: 0 auto;
  text-aligh: left;
  border-style: solid;
  border-width: 2px;
  border-color: #8c8b8b;
  padding: 20px;
  border-bottom: 0;
  border-top: 0;
}

.wrapper .question {
  font-weight: bold;
  margin-bottom: 5px;
}

.wrapper .answer {
  margin-left: 20px;
  margin-bottom: 20px;
}

img.textwrap {
  float: right;
  margin: 10px;
}

.left {
    float: left;
}
.right {
    float: right;
}

.error {
    text-align: center;
    font-weight: bold;
    color: red;
    margin-bottom: 20px;
}

h2 {
  background-color: black;
  color: white;
  display:inline;
}

h3 {
  background-color: black;
  color: white;
  display:inline;
}

ol.d {
  list-style-type: lower-alpha;
}