/* Copyright ©2005-2014 The Partnership of Huge Things.
**
** Stylesheet for aroonn.uk
*/
BODY {
  background: #DFDFDF;
  color: #000000;
  font-family: "DejaVu Sans","Verdana",sans-serif;
  font-size: 80%;
  text-align: center;
  }
H1,H2 {
  color: #666666;
  }
H1 {
  text-align: center;
  }
DT {
  margin-top: 1em;
  }
DD {
  font-weight:  bold;
  }
A {
  color: #990000;
  text-decoration: none;
  }
A:hover {
  background-color: #FFFFFF;
  text-decoration: underline;
  }
#logo {
  margin-bottom: 32px;
  }
#main {
  width: 40em;
  text-align: left;
  margin: 0 auto;
  }
#copr {
  color: #666666;
  font-size: 64%;
  margin-top: 40px;
  }
.aout {
  color: #008844;
  font-weight: bold;
  text-decoration: none;
  }
