body {
  font: 13px "Trebuchet MS", Arial, sans-serif;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  padding-bottom:30px;
}

div.header {
  background-image: url('header.png');
  padding: 0px;
  width: 700px;
  height: 100px;
  border: 1px solid #336666;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

div.contitle {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 690px;
  background: #99CCCC;
  border: 1px solid #336666;
  font: 24px "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
}

div.content{
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 690px;
  border: 1px solid #336666;
}

span.contitle {
  font: 24px "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
}

ul {
  margin-top: 3px;
  margin-bottom: 3px;
}

a {
  color: #339999;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}