a {
  color: #006699;
  text-decoration: none;
}

a:hover {
  color: #DD6900;
  text-decoration: underline;
}

body {
  background: #DFE7EE;
  color: rgb(0, 0, 128);
  font: normal 12px Verdana;
  margin: 0px;
}

table, img {
  border: 0;
}

div#container {
  background-color: #FFF;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-top: 1px solid #808080;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  text-align: center;
  width: 800px;
}

div#header {
  background-color: #EFEDED;
  border-bottom: 1px solid #FFC080;
  border-left: 1px solid #FFC080;
  border-right: 1px solid #FFC080;
  border-top: 1px solid #FFC080;
  color: #FFC080;
  font: bold 20px Verdana;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  text-align: center;
  width: 800px;
}

.bdwhite	{
	background-color: white;
}
