A:link {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}

A:visited {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}

A:hover {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

A:active {
  color: #000000;
  text-decoration: underline;
  background-color: transparent;
}

body {
  background-color: #D7D7C7;
  color: #000000;
  text-align: left;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  margin-top: 50px;
}

#container {
  width: 700px;
  margin: auto auto auto auto;
}

#banner {
  text-align: center;
  width: 700px;
  height: 25px;
  font-size: 12pt;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

#menu {
  text-align: center;
  width: 700px;
  height: 45px;
  /*border: 1px solid #000000;*/
  margin-top: 15px;
}

#text {
  width: 700px;
  min-height: 100px;
}

#footer {
  text-align: center;
  width: 700px;
  height: 40px;
  border-bottom: 1px solid #000000;
}

hr {
  text-align: center;
  width: 500px;
  height: 1px;
  border-bottom: 1px solid #000000;
}

.pic {
  border: 1px solid #000000;
  float: left;
  margin-right: 10px;
}

.pic2 {
  border: 1px solid #000000;
  float: right;
  margin-left: 10px;
}


.border_c {
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
}