html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}

body {
  font: 75%/170% Arial, Helvetica, sans-serif;
}

.wrapper {
  width: 775px;
  position: absolute;
  left: 50%;
  margin-left: -387px;
  margin-top: 20px;
  padding: 20px;
}

h1 {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 28px;
}

h2{
  font-size: 18px;
  margin-bottom: 10px;
}

a:link, a:visited, a:active {
  color: #3679BB;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #FFA500;
}

.footer {
  font-size: 11px;
  margin-top: 30px;
  color: #7F7F7F;
  height: 60px;
  text-align: center;
}

.footer a:link, a:visited, a:active, a:hover {
  color: #7F7F7F;
  text-decoration: underline;
  font-weight: normal;
}

