@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);

a:active {
  color: #000;
  text-decoration: none
}

a:hover {
  color: #6c6;
  text-decoration: none
}

a:link {
  color: #696;
  text-decoration: none
}

a:visited {
  color: #666;
  text-decoration: none
}

body {
  background-color: #033;
  color: #ccc;
  width: 480px;
  /* margin-left: 150px; */
  margin: auto;
  padding-top: 50px;
  font: 13px "Lato", 'Lucida Grande', Lucida, Verdana, sans-serif;
  font-weight: 400;
}

img.bord {
  border: 1px solid white;
  margin-top: 10px;
  margin-bottom: 10px;
}

#contents {
  width: 480px;
  margin-bottom: 25px;
}

h1 {
  color: #f5e9a9;
  font-weight: 900;
}

strong, h2, h3 {
  color: #f5e9a9;
  font-weight: 700;
}

hr.bottomhr {
  margin-top: 35px;
}

hr.bottomhr_dotted {
  margin-top: 15px;
}

iframe {
  border: 1px solid white;
  margin-top: 10px;
  margin-bottom: 10px;
}

p.footer {
  line-height: 120%;
}
