@CHARSET "UTF-8";

body {
   background-color: #F0F0F0;
   text-align: center;
   font-family:Verdana,sans-serif;
   font-size:12px;
   line-height:1.4em;
}

.container {
    background-color: white;
    width: 640px;
    padding: 32px;
    margin: 0 auto;
    margin-top: 100px;
    border: 1px solid #CCC;
    text-align: left;
}

.title h1 {
    border-bottom: 1px solid #CCC;
    font-size:160%;
    padding-bottom: 8px;
    margin: 0 0 12px;
}

.description {
}

