body {
  background-color: #4482bd;
  background-image: url(images/spot.png);
  background-repeat: no-repeat;
  font-family : Verdana, Helvetica, sans-serif;
  font-weight : normal;
  color : #000000;
  text-align : left;
  font-size : 16px;
  margin: 0px;
  pading: 0px;
}

div.bar {
  background-image: url(images/bar_back.png);
  text-align: center;
  width: 100%;
  padding-top: 20px;
}

p {
  font-family : Verdana, Helvetica, sans-serif;
  font-weight : normal;
  color : Black;
  font-size : 16px;
  line-height : 20px;
}

b {
  font-family : Verdana, Helvetica, sans-serif;
  font-weight : bold;
  color : #003399;
  font-size : 18px;
  line-height : 24px;
}

h1 {
  margin: 0px;
  font-family : Comic Sans MS, sans-serif;
  font-weight : normal;
  color : #000000;
  font-size : 24px;
  font-style : normal;
  border-width : 0;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
border-width: 0px;
}
