<html>
<head>
  <style>
    * {
      /* border: dashed 1px black; */
    }
    body {
      width:70%;
      margin-left:auto;
      margin-right:auto;
      background-color:#FFFFFF;
      color:#111;
      font-family: Sans-serif;
    }
    a {
      color:inherit !important;
    }
    h1 {
      text-align: center;
    }
    p.center {
      text-align: center;
    }
    p.right {
      text-align: right;
    }
    p.important {
      font-size: 1.5em;
      color: red;
    }
    div.left {
      float:left;
    }
    div.right {
      float:right;
    }
  </style>
</head>
<body>
  <h1>It works or not !</h1>
  <p class="center">This site is probably down for maintenance (or definitively)</p>
  <div>
    <div class="left">
      <p class="left">
        <a href="http://cc.in2p3.fr/">&copy;&nbsp;CC-IN2P3/CNRS 2006-2015</a>
      </p>
  </div>
</body>
</html>
