body {
   font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
   font-size : 100%;
   margin : 50px 0px;
   background-color: #000;
   color: #fff;
}

#content {
   width : 800px;
   margin: 0px auto;
   padding : 15px;
}

.center {
   width: 100%;
   text-align: center;
}

h1 {
   text-align : center;
   text-decoration : underline;
   font-size : 200%;
}

h2 {
   font-size : 110%;
}

img {
   display : block;
   margin : 2em auto;
}

a.blend {
   text-decoration : none;
   cursor : text;
   color : #fff;
}
