* {
  font-family:arial,helvetica,sans-serif;
  font-size:12px;
}

html, body {
  height:100%;
}

body {
  background:#516ec0 url(../img/body.jpg) right bottom no-repeat;
  margin:0;
  padding:0;
}

a {
  text-decoration:none;
}

img {
  border:0;
  border-bottom:3px solid #f1ad2f;
}

a:hover img {
  border-bottom:3px solid #546DB0;
}

hr {
  background-color:black;
  border:0;
  height:1px;
}

h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;
  margin-top:13px;
}

h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  color: #596FA1;
}

strong {
  color:#516ec0;
  font-weight:bold;
}