body {
background:#e6e6e6;
}

body, #content table td, #content table th {
  color:#424242  
}

#header, #content {
    max-width:450px;
    margin:0 auto
}

#header {
    text-align:center;
    padding:30px 0 1px
}

h1 {
    font-size:28px
}

h2 {
  font-size:22px;
  text-align:center;
  margin:30px 0 10px
}

#content table td, #content table th {
    border-color:#c7c7c7;
  padding:3px
}

#content table a {
  color:#474747
}

#content table a:hover {
  color:#474747;
  text-decoration:underline
}

#content thead {
  background:#dbdbdb;
}

#averagecur {
  padding:20px 0 0;
  font-size:22px
}

#averagecur p {
  padding:5px
}

#averagecur p.usdaverage{
  color:#236312;
  font-weight:bold
}

#averagecur p.euraverage{
  color:#865500;
  font-weight:bold
}

#footer {
  text-align:center;
  width:300px;
  margin:70px auto 0;
  font-size:12px;
  color:#727272;
}

td.cur {
  font-size:18px
}

.usdcur, #content td.usdcur {
  color:#236312;
}

.eurcur, #content td.eurcur {
  color:#865500;
}

#content td.time {
 font-style:italic;
  font-size:14px;
  color:#6e6e6e
}