body {
  margin: 0;
  padding: 0;
  text-align:center;
  font-family: verdana;
  font-size: 80%;
  background-color: #dcd9c6;
  
}

h1{
  font-family: georgia, times new roman;
}

p{
  margin: 5px;
}

#container {
  margin: 0 auto;
  padding: 7px;
  text-align:left;
}

img{
  border: 0;
}

div {
  float: left;
}

fieldset{
  border: 0;
}

.translations {
  border-collapse: collapse;
  font-size:90%;
}

.translations tr td {
  padding: 0 1em;
  border-bottom: 1px solid #a9a8a5;
}

.translations tr:hover {
  background: url("../images/bg_lines.png") repeat;
}

#translations{
  font-family: georgia, times new roman;
  font-size: 80%;
  text-align: justify;
  width: 500px;
  padding: 8px;
}

#translations:hover {
  background: url("../images/bg_lines.png") repeat;
}

author {
font-weight:bold;
}

a:link{
  color: black;
  text-decoration: none;
  font-style: italic;
}

a:visited{
  color: black;
  text-decoration: none;
  font-style: italic;
}

a:hover, a:active{
  color: white;
  text-decoration: none;
  background-color: black;
}

p.note {
  border: 1px solid black;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  background: #fffd96;
  padding: 1em;
}

.select-box{
  padding-bottom: 4px;
}

#select-boxes{
  border-bottom: 2px solid #6699ff;
}

#select-boxes:hover {
  background: #dcd9c6;
}

#label1 {
  margin:50px 0px 0px;
  padding:0pt;
  width:50px;
}

#label2 {
  padding-top: 40px;
  padding-left: 100px;
}

#note {
  vertical-align: top;
}

.highlight {
  color: #6699ff;
}

.highlight2 {
  font-weight: bold;
}