body {
  margin:0;
  padding:0;
  font-size:0.8em;
  font-family:Arial, Helvetica, sans-serif;
  background:#3d3d3d url('background.png') fixed no-repeat left top;
  color:#ddd;
  }

div#decostrip {
  width:100%;
  height:10px;
  background-color:black;
  }

h1#firstheadline {
  width:501px;
  height:29px;
  margin-top:200px;
  margin-right:50px;
  background-image:url('gt_pascalockert.png');
  float:right;
  }

.graphtext {
  display:none;
  }

#content {
  margin-top:270px;
  margin-left:200px;
  margin-right:50px;
  }

h2 {
  font-size:1.6em;
  font-weight:bold;
  color:#0d0;
  }

p {
  margin-top:0.6em;
  margin-bottom:0.6em;
  }

ul {
  list-style-type:square;
  }

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

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

a:hover {
  text-decoration:underline;
  color:#0f0;
  }