/* green: #8DC63F */

body{
    font-family: helvetica, sans-serif;
    letter-spacing:1px;
}
.container{
    width:600px;
    text-align:center;
    position:absolute;
    left:50%;
    margin-left:-300px;
    top:20%;
}

.bred{
    border:solid thin red;
}



a, a:hover, a:visited{
    text-decoration: none;
    color:#000;
}

a:hover{
    color:#db172e;
}

h1{
    font-weight: normal;
    font-size: 1.5em;
    margin-bottom: 0;
}

p{
    font-size: 1.2em;
    line-height: 1.8em;
    margin-top:0;
}

hr{
    border: solid thin #ccc;
}

.gray{
    color:#6e6c6c;
}

.red{
    color:#db172e;
}

.cs{
    font-size:1em;
    color:#666;
    line-height:1.4em;
}