.div_head {
  vertical-align:bottom;
  background-color:#8090f0;
  width:100%;
  font-weight:bold;
  font-family:sans-serif;
  font-size:18px;
}

table {
  font-size: 12px;
  width: 100%;
}

.div_links {
  background-color:#b0c0f0;
  width:100%;
  text-align:center;
  font-weight:bold;
  font-family:sans-serif;
  font-size:18px;
}

.div_body{
 /* width:80%; */
  width:700px;
}

.div_foot {
  background-color:#ffffff;
  width:100%;
  text-align:right;
  font-weight:bold;
  font-family:sans-serif;
  font-size:14px;
}

a {
 color:#3030d0;
}
a:hover {
 color:#6060ff;
}
a.menu {
  color: white;
  text-decoration: none;
}
a.menu:hover {
  color: #a0a0ff;
}

body {
  background-color:white;
  font-family: sans-serif;
  font-size: 12px;
  color: #303030;
  margin: 0px;
}

.changelog {
  font-size:14px;
  font-family:sans-serif;
}

.txt {
  margin:20px;
  text-align:left;
  font-size:16px;
}

.term {
  margin-left:30px;
  width:500px;
border:1px;
border-style:solid;
border-color:black;
  background-color:#e0e0e0; 
 /* color:white; */
  padding:4px;
}

.body {
  text-align:left;
}
